NullFacetException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| NullFacetException() |
Konstruktor |
| NullFacetException(String) |
Konstruktor |
| NullFacetException(String, Exception) |
Basiskonstruktor |
NullFacetException()
Konstruktor
public NullFacetException();
Public Sub New ()
Gilt für:
NullFacetException(String)
Konstruktor
public NullFacetException(string facet);
new Microsoft.SqlServer.Management.Dmf.NullFacetException : string -> Microsoft.SqlServer.Management.Dmf.NullFacetException
Public Sub New (facet As String)
Parameter
- facet
- String
Gilt für:
NullFacetException(String, Exception)
Basiskonstruktor
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)
Parameter
- message
- String
- innerException
- Exception