Sprache

NullFacetException Konstruktoren

Definition

Ü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

Gilt für: