PropertyException Class

Definition

Represents an error that occurs when an operation on the property fails.

public ref class PropertyException : System::Data::DataException
[System.Serializable]
public class PropertyException : System.Data.DataException
[<System.Serializable>]
type PropertyException = class
    inherit DataException
Public Class PropertyException
Inherits DataException
Inheritance
PropertyException
Derived
Attributes

Constructors

PropertyException()

Initializes a new instance of the PropertyException class with the default property values.

PropertyException(ISfcProperty, String)

Initializes a new instance of the PropertyException class with the specified property and message.

Properties

Property

Gets a collection of key/value pairs that provide additional user-defined information about the exception.

Applies to