ScriptWriterException コンストラクター

定義

オーバーロード

名前 説明
ScriptWriterException()

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

ScriptWriterException(String)

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

ScriptWriterException(String, Exception)

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

ScriptWriterException()

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

public ScriptWriterException();
Public Sub New ()

適用対象

ScriptWriterException(String)

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

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

パラメーター

message
String

例外のメッセージ。

適用対象

ScriptWriterException(String, Exception)

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

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

パラメーター

message
String

例外のメッセージ。

innerException
Exception

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

適用対象