Linguaggio

ScriptWriterException Costruttori

Definizione

Overload

Nome Descrizione
ScriptWriterException()

Costruttore per il T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String, Exception)

Costruttore per il T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException()

Costruttore per il T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

public ScriptWriterException();
Public Sub New ()

Si applica a

ScriptWriterException(String)

Costruttore per il 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)

Parametri

message
String

Messaggio dell'eccezione.

Si applica a

ScriptWriterException(String, Exception)

Costruttore per il 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)

Parametri

message
String

Messaggio dell'eccezione.

innerException
Exception

Istanza T:System.Exception che ha causato l'eccezione corrente.

Si applica a