NullFacetException Construtores

Definição

Sobrecargas

Nome Description
NullFacetException()

Construtor

NullFacetException(String)

Construtor

NullFacetException(String, Exception)

Construtor base

NullFacetException()

Construtor

public NullFacetException();
Public Sub New ()

Aplica-se a

NullFacetException(String)

Construtor

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

Aplica-se a

NullFacetException(String, Exception)

Construtor 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

Aplica-se a