NullFacetException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NullFacetException() |
Constructor |
NullFacetException(String) |
Constructor |
NullFacetException(String, Exception) |
Base constructor |
NullFacetException()
Constructor
public NullFacetException ();
Public Sub New ()
Applies to
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)
Parameters
- facet
- String
Applies to
NullFacetException(String, Exception)
Base constructor
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)
Parameters
- message
- String
- innerException
- Exception