NullFacetException Constructors

Definition

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

Applies to