CollectionNotAvailableException Constructores

Definición

Sobrecargas

Nombre Description
CollectionNotAvailableException()

Constructor para T:Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException(String)

Constructor para T:Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException(String, ServerVersion)

Constructor para T:Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException(String, Exception)

Constructor para T:Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

CollectionNotAvailableException()

Constructor para T:Microsoft. SqlServer.Management.Smo.CollectionNotAvailableException.

public CollectionNotAvailableException();
Public Sub New ()

Se aplica a

CollectionNotAvailableException(String)

Constructor para 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

Mensaje de la excepción como cadena.

Se aplica a

CollectionNotAvailableException(String, ServerVersion)

Constructor para 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

Nombre de la colección como cadena.

serverVersion
ServerVersion

La versión del servidor como T:Microsoft. SqlServer.Server.ServerVersion

Se aplica a

CollectionNotAvailableException(String, Exception)

Constructor para 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

Mensaje de la excepción como cadena.

innerException
Exception

Instancia de T:System.Exception que provocó la excepción actual.

Se aplica a