Compartilhar via


Construtor UnsupportedTargetSetForFacetException (String, String, String)

Initializes a new instance of the UnsupportedTargetSetForFacetException class with the specified target set , object set, and facet.

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

Sintaxe

'Declaração
Public Sub New ( _
    targetSetSkeleton As String, _
    objectSetName As String, _
    facetName As String _
)
'Uso
Dim targetSetSkeleton As String 
Dim objectSetName As String 
Dim facetName As String 

Dim instance As New UnsupportedTargetSetForFacetException(targetSetSkeleton, _
    objectSetName, facetName)
public UnsupportedTargetSetForFacetException(
    string targetSetSkeleton,
    string objectSetName,
    string facetName
)
public:
UnsupportedTargetSetForFacetException(
    String^ targetSetSkeleton, 
    String^ objectSetName, 
    String^ facetName
)
new : 
        targetSetSkeleton:string * 
        objectSetName:string * 
        facetName:string -> UnsupportedTargetSetForFacetException
public function UnsupportedTargetSetForFacetException(
    targetSetSkeleton : String, 
    objectSetName : String, 
    facetName : 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

UnsupportedTargetSetForFacetException Classe

Sobrecarregado UnsupportedTargetSetForFacetException

Namespace Microsoft.SqlServer.Management.Dmf