PropertyException Constructors

Definition

Initializes a new instance of the PropertyException class.

Overloads

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.

PropertyException()

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

public:
 PropertyException();
public PropertyException();
Public Sub New ()

Applies to

PropertyException(ISfcProperty, String)

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

public:
 PropertyException(Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^ property, System::String ^ message);
public PropertyException(Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty property, string message);
new Microsoft.SqlServer.Management.Data.PropertyException : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty * string -> Microsoft.SqlServer.Management.Data.PropertyException
Public Sub New (property As ISfcProperty, message As String)

Parameters

property
ISfcProperty

An interface that represents the PropertyException of the property..

message
String

A string value that contains a message.

Applies to