UnsupportedFeatureException コンストラクター

定義

オーバーロード

名前 説明
UnsupportedFeatureException()

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

UnsupportedFeatureException(String)

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

UnsupportedFeatureException(String, Exception)

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

UnsupportedFeatureException()

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

public UnsupportedFeatureException();
Public Sub New ()

適用対象

UnsupportedFeatureException(String)

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

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

パラメーター

message
String

例外のメッセージ。

適用対象

UnsupportedFeatureException(String, Exception)

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

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

パラメーター

message
String

例外のメッセージ。

innerException
Exception

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

適用対象