InternalSmoErrorException コンストラクター

定義

オーバーロード

名前 説明
InternalSmoErrorException()

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

InternalSmoErrorException(String)

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

InternalSmoErrorException(String, Exception)

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

InternalSmoErrorException()

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

public InternalSmoErrorException();
Public Sub New ()

適用対象

InternalSmoErrorException(String)

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

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

パラメーター

message
String

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

適用対象

InternalSmoErrorException(String, Exception)

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

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

パラメーター

message
String

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

innerException
Exception

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

適用対象