Idioma

InternalSmoErrorException Construtores

Definição

Sobrecargas

Nome Description
InternalSmoErrorException()

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

InternalSmoErrorException(String)

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

InternalSmoErrorException(String, Exception)

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

InternalSmoErrorException()

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

public InternalSmoErrorException();
Public Sub New ()

Aplica-se a

InternalSmoErrorException(String)

Construtor 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

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

Aplica-se a

InternalSmoErrorException(String, Exception)

Construtor 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

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