InternalSmoErrorException Constructores

Definición

Sobrecargas

Nombre Description
InternalSmoErrorException()

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

InternalSmoErrorException(String)

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

InternalSmoErrorException(String, Exception)

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

InternalSmoErrorException()

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

public InternalSmoErrorException();
Public Sub New ()

Se aplica a

InternalSmoErrorException(String)

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

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

Parámetros

message
String

Mensaje de la excepción como cadena.

Se aplica a

InternalSmoErrorException(String, Exception)

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

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