Compartilhar via


Construtor NullFacetException (String)

Initializes a new instance of the NullFacetException class that has the specified message text.

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Sub New ( _
    facet As String _
)
'Uso
Dim facet As String 

Dim instance As New NullFacetException(facet)
public NullFacetException(
    string facet
)
public:
NullFacetException(
    String^ facet
)
new : 
        facet:string -> NullFacetException
public function NullFacetException(
    facet : String
)

Parâmetros

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

NullFacetException Classe

Sobrecarregado NullFacetException

Namespace Microsoft.SqlServer.Management.Dmf