UnsupportedObjectNameException Konstruktoren

Definition

Überlädt

Name Beschreibung
UnsupportedObjectNameException()

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

UnsupportedObjectNameException(String)

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

UnsupportedObjectNameException(String, Exception)

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

UnsupportedObjectNameException()

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

public UnsupportedObjectNameException();
Public Sub New ()

Gilt für:

UnsupportedObjectNameException(String)

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

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

Parameter

message
String

Die Meldung der Ausnahme als Zeichenfolge.

Gilt für:

UnsupportedObjectNameException(String, Exception)

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

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