Sprache

CollectionNotAvailableException Konstruktoren

Definition

Überlädt

Name Beschreibung
CollectionNotAvailableException()

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

CollectionNotAvailableException(String)

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

CollectionNotAvailableException(String, ServerVersion)

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

CollectionNotAvailableException(String, Exception)

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

CollectionNotAvailableException()

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

public CollectionNotAvailableException();
Public Sub New ()

Gilt für:

CollectionNotAvailableException(String)

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

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

Parameter

message
String

Die Meldung der Ausnahme als Zeichenfolge.

Gilt für:

CollectionNotAvailableException(String, ServerVersion)

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

public CollectionNotAvailableException(string colname, Microsoft.SqlServer.Management.Common.ServerVersion serverVersion);
new Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException : string * Microsoft.SqlServer.Management.Common.ServerVersion -> Microsoft.SqlServer.Management.Smo.CollectionNotAvailableException
Public Sub New (colname As String, serverVersion As ServerVersion)

Parameter

colname
String

Der Name der Auflistung als Zeichenfolge.

serverVersion
ServerVersion

Die Serverversion als T:Microsoft. SqlServer.Server.ServerVersion

Gilt für:

CollectionNotAvailableException(String, Exception)

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

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