InvalidSmoOperationException Konstruktoren

Definition

Überlädt

Name Beschreibung
InvalidSmoOperationException()

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

InvalidSmoOperationException(String)

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

InvalidSmoOperationException(String, SqlSmoState)

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

InvalidSmoOperationException(String, Exception)

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

InvalidSmoOperationException()

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

public InvalidSmoOperationException();
Public Sub New ()

Gilt für:

InvalidSmoOperationException(String)

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

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

Parameter

message
String

Die Meldung der Ausnahme als Zeichenfolge.

Gilt für:

InvalidSmoOperationException(String, SqlSmoState)

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

public InvalidSmoOperationException(string opName, Microsoft.SqlServer.Management.Smo.SqlSmoState state);
new Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException : string * Microsoft.SqlServer.Management.Smo.SqlSmoState -> Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException
Public Sub New (opName As String, state As SqlSmoState)

Parameter

opName
String

Der ungültige Vorgangsname als Zeichenfolge.

state
SqlSmoState

Der Zustand als T:Microsoft. SqlServer.Management.Smo.SqlSmoState-Objekt.

Gilt für:

InvalidSmoOperationException(String, Exception)

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

public InvalidSmoOperationException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException : string * Exception -> Microsoft.SqlServer.Management.Smo.InvalidSmoOperationException
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: