ScriptWriterException Constructores

Definición

Sobrecargas

Nombre Description
ScriptWriterException()

Constructor para T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String)

Constructor para T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String, Exception)

Constructor para T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException()

Constructor para T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

public ScriptWriterException();
Public Sub New ()

Se aplica a

ScriptWriterException(String)

Constructor para 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)

Parámetros

message
String

Mensaje de la excepción.

Se aplica a

ScriptWriterException(String, Exception)

Constructor para 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)

Parámetros

message
String

Mensaje de la excepción.

innerException
Exception

Instancia de T:System.Exception que provocó la excepción actual.

Se aplica a