MissingObjectException Construtores

Definição

Sobrecargas

Nome Description
MissingObjectException()

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

MissingObjectException(String)

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

MissingObjectException(String, Exception)

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

MissingObjectException()

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

public MissingObjectException();
Public Sub New ()

Aplica-se a

MissingObjectException(String)

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

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

Parâmetros

message
String

A mensagem da exceção.

Aplica-se a

MissingObjectException(String, Exception)

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

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