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