InternalSmoErrorException Konstruktoren

Definition

Überlädt

Name Beschreibung
InternalSmoErrorException()

Konstruktor für T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException(String)

Konstruktor für T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException(String, Exception)

Konstruktor für T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

InternalSmoErrorException()

Konstruktor für T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

public InternalSmoErrorException();
Public Sub New ()

Gilt für:

InternalSmoErrorException(String)

Konstruktor für T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

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

Parameter

message
String

Die Meldung der Ausnahme als Zeichenfolge.

Gilt für:

InternalSmoErrorException(String, Exception)

Konstruktor für T:Microsoft. SqlServer.Management.Smo.InternalSmoException.

public InternalSmoErrorException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.InternalSmoErrorException : string * Exception -> Microsoft.SqlServer.Management.Smo.InternalSmoErrorException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Meldung der Ausnahme als Zeichenfolge.

innerException
Exception

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

Gilt für: