Sprache

UnsupportedCompatLevelException Konstruktoren

Definition

Überlädt

Name Beschreibung
UnsupportedCompatLevelException()

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

UnsupportedCompatLevelException(String)

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

UnsupportedCompatLevelException(String, Exception)

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

UnsupportedCompatLevelException()

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

public UnsupportedCompatLevelException();
Public Sub New ()

Gilt für:

UnsupportedCompatLevelException(String)

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

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

Parameter

message
String

Die Meldung der Ausnahme.

Gilt für:

UnsupportedCompatLevelException(String, Exception)

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

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