UnsupportedFeatureException Konstruktoren

Definition

Überlädt

Name Beschreibung
UnsupportedFeatureException()

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

UnsupportedFeatureException(String)

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

UnsupportedFeatureException(String, Exception)

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

UnsupportedFeatureException()

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

public UnsupportedFeatureException();
Public Sub New ()

Gilt für:

UnsupportedFeatureException(String)

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

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

Parameter

message
String

Die Meldung der Ausnahme.

Gilt für:

UnsupportedFeatureException(String, Exception)

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

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