MissingObjectException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.