Share via


SqlScriptPublishException Constructors

Definition

Overloads

SqlScriptPublishException(String)

Constructs a new SqlScriptPublishException with the given message

SqlScriptPublishException(String, Exception)

Constructs a new SqlScriptPublishException with the given message and inner exception

SqlScriptPublishException(String)

Constructs a new SqlScriptPublishException with the given message

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

Parameters

message
String

Applies to

SqlScriptPublishException(String, Exception)

Constructs a new SqlScriptPublishException with the given message and inner exception

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)

Parameters

message
String
innerException
Exception

Applies to