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 base |
| MissingObjectException(String) |
Construtor base |
| MissingObjectException(String, Exception) |
Construtor base |
| MissingObjectException(String, String) |
Construtor |
MissingObjectException()
Construtor base
public MissingObjectException();
Public Sub New ()
Aplica-se a
MissingObjectException(String)
Construtor base
public MissingObjectException(string message);
new Microsoft.SqlServer.Management.Dmf.MissingObjectException : string -> Microsoft.SqlServer.Management.Dmf.MissingObjectException
Public Sub New (message As String)
Parâmetros
- message
- String
Aplica-se a
MissingObjectException(String, Exception)
Construtor base
public MissingObjectException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.MissingObjectException : string * Exception -> Microsoft.SqlServer.Management.Dmf.MissingObjectException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
- innerException
- Exception
Aplica-se a
MissingObjectException(String, String)
Construtor
public MissingObjectException(string objectType, string objectName);
new Microsoft.SqlServer.Management.Dmf.MissingObjectException : string * string -> Microsoft.SqlServer.Management.Dmf.MissingObjectException
Public Sub New (objectType As String, objectName As String)
Parâmetros
- objectType
- String
- objectName
- String