Langue

CollectionNotAvailableException Constructeurs

Définition

Surcharges

Nom Description
CollectionNotAvailableException()

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException(String)

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException(String, ServerVersion)

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException(String, Exception)

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException()

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

public CollectionNotAvailableException();
Public Sub New ()

S’applique à

CollectionNotAvailableException(String)

Constructeur pour le 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)

Paramètres

message
String

Message de l’exception sous forme de chaîne.

S’applique à

CollectionNotAvailableException(String, ServerVersion)

Constructeur pour le 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)

Paramètres

colname
String

Nom de la collection sous forme de chaîne.

serverVersion
ServerVersion

Version du serveur en tant que T :Microsoft. SqlServer.Server.ServerVersion

S’applique à

CollectionNotAvailableException(String, Exception)

Constructeur pour le 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)

Paramètres

message
String

Message de l’exception sous forme de chaîne.

innerException
Exception

Instance T :System.Exception qui a provoqué l’exception actuelle.

S’applique à