Compartir a través de


UnsupportedTargetSetForFacetException Constructor (String, String, String)

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

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

UnsupportedTargetSetForFacetException Clase

Sobrecarga de UnsupportedTargetSetForFacetException

Espacio de nombres Microsoft.SqlServer.Management.Dmf