言語

SqlScriptPublishException コンストラクター

定義

オーバーロード

名前 説明
SqlScriptPublishException(String)

指定されたメッセージを使用して新しい SqlScriptPublishException を構築します

SqlScriptPublishException(String, Exception)

指定されたメッセージと内部例外を使用して新しい SqlScriptPublishException を構築します

SqlScriptPublishException(String)

指定されたメッセージを使用して新しい SqlScriptPublishException を構築します

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

パラメーター

message
String

適用対象

SqlScriptPublishException(String, Exception)

指定されたメッセージと内部例外を使用して新しい SqlScriptPublishException を構築します

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

パラメーター

message
String
innerException
Exception

適用対象