UnknownPropertyException コンストラクター

定義

オーバーロード

名前 説明
UnknownPropertyException()

T:Microsoft のコンストラクター。SqlServer.Management.Smo.UnknownPropertyException。

UnknownPropertyException(String)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.UnknownPropertyException。

UnknownPropertyException(String, Exception)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.UnknownPropertyException。

UnknownPropertyException()

T:Microsoft のコンストラクター。SqlServer.Management.Smo.UnknownPropertyException。

public UnknownPropertyException();
Public Sub New ()

適用対象

UnknownPropertyException(String)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.UnknownPropertyException。

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

パラメーター

propertyName
String

不明なプロパティ名。

適用対象

UnknownPropertyException(String, Exception)

T:Microsoft のコンストラクター。SqlServer.Management.Smo.UnknownPropertyException。

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

パラメーター

message
String

文字列としての例外のメッセージ。

innerException
Exception

現在の例外の原因となった T:System.Exception インスタンス。

適用対象