Lenguaje

NullFacetException Constructores

Definición

Sobrecargas

Nombre Description
NullFacetException()

Constructor

NullFacetException(String)

Constructor

NullFacetException(String, Exception)

Constructor base

NullFacetException()

Constructor

public NullFacetException();
Public Sub New ()

Se aplica a

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)

Parámetros

facet
String

Se aplica a

NullFacetException(String, Exception)

Constructor 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

Se aplica a