NullFacetException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| NullFacetException() |
Constructor |
| NullFacetException(String) |
Constructor |
| NullFacetException(String, Exception) |
Constructor base |
NullFacetException()
Constructor
public NullFacetException();
Public Sub New ()
Se aplica a
NullFacetException(String)
Constructor
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
Se aplica a
NullFacetException(String, Exception)
Constructor 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