ScriptWriterException Konstruktoren

Definition

Überlädt

Name Beschreibung
ScriptWriterException()

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String)

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException(String, Exception)

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

ScriptWriterException()

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.ScriptWriterException.

public ScriptWriterException();
Public Sub New ()

Gilt für:

ScriptWriterException(String)

Konstruktor für den 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)

Parameter

message
String

Die Meldung der Ausnahme.

Gilt für:

ScriptWriterException(String, Exception)

Konstruktor für den 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)

Parameter

message
String

Die Meldung der Ausnahme.

innerException
Exception

Die T:System.Exception-Instanz, die die aktuelle Ausnahme verursacht hat.

Gilt für: