CollectionNotAvailableException Construtores

Definição

Sobrecargas

Nome Description
CollectionNotAvailableException()

Construtor do T:Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException(String)

Construtor do T:Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException(String, ServerVersion)

Construtor do T:Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException(String, Exception)

Construtor do T:Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException()

Construtor do T:Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

public CollectionNotAvailableException();
Public Sub New ()

Aplica-se a

CollectionNotAvailableException(String)

Construtor do 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)

Parâmetros

message
String

A mensagem da exceção como cadeia de caracteres.

Aplica-se a

CollectionNotAvailableException(String, ServerVersion)

Construtor do 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)

Parâmetros

colname
String

O nome da coleção como cadeia de caracteres.

serverVersion
ServerVersion

A versão do servidor como T:Microsoft. SqlServer.Server.ServerVersion

Aplica-se a

CollectionNotAvailableException(String, Exception)

Construtor do 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)

Parâmetros

message
String

A mensagem da exceção como cadeia de caracteres.

innerException
Exception

A instância T:System.Exception que causou a exceção atual.

Aplica-se a