Lenguaje

SqlScriptPublishException Constructores

Definición

Sobrecargas

Nombre Description
SqlScriptPublishException(String)

Construye una nueva excepción SqlScriptPublishException con el mensaje especificado.

SqlScriptPublishException(String, Exception)

Construye una nueva excepción SqlScriptPublishException con el mensaje especificado y la excepción interna.

SqlScriptPublishException(String)

Construye una nueva excepción SqlScriptPublishException con el mensaje especificado.

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

Parámetros

message
String

Se aplica a

SqlScriptPublishException(String, Exception)

Construye una nueva excepción SqlScriptPublishException con el mensaje especificado y la excepción interna.

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)

Parámetros

message
String
innerException
Exception

Se aplica a