PropertyException 建構函式

定義

初始化 PropertyException 類別的新執行個體。

多載

名稱 Description
PropertyException()

初始化一個新的類別實例 PropertyException ,使用預設屬性值。

PropertyException(ISfcProperty, String)

初始化一個具有指定屬性與訊息的類別新實例 PropertyException

PropertyException()

初始化一個新的類別實例 PropertyException ,使用預設屬性值。

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

適用於

PropertyException(ISfcProperty, String)

初始化一個具有指定屬性與訊息的類別新實例 PropertyException

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)

參數

property
ISfcProperty

一個介面,代表該屬性的 PropertyException..

message
String

一個包含訊息的字串值。

適用於