WrongPropertyValueException 建構函式

定義

多載

名稱 Description
WrongPropertyValueException()

T:Microsoft 的建構器。SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(Property)

T:Microsoft 的建構器。SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String)

T:Microsoft 的建構器。SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String, Exception)

T:Microsoft 的建構器。SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException()

T:Microsoft 的建構器。SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException();
Public Sub New ()

適用於

WrongPropertyValueException(Property)

T:Microsoft 的建構器。SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(Microsoft.SqlServer.Management.Smo.Property propertyObject);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : Microsoft.SqlServer.Management.Smo.Property -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (propertyObject As Property)

參數

propertyObject
Property

該財產的價值與所提供不符。

適用於

WrongPropertyValueException(String)

T:Microsoft 的建構器。SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(string message);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String)

參數

message
String

例外訊息是 strng。

適用於

WrongPropertyValueException(String, Exception)

T:Microsoft 的建構器。SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string * Exception -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String, innerException As Exception)

參數

message
String

例外訊息以字串形式呈現。

innerException
Exception

就是造成目前例外的 T:System.Exception 實例。

適用於