TargetSetCountMismatchException Constructor (String, String)

 

Initializes a new instance of the TargetSetCountMismatchException class with the specified target set and facet.

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

Syntax

public TargetSetCountMismatchException(
    string objectSetName,
    string facetName
)
public:
TargetSetCountMismatchException(
    String^ objectSetName,
    String^ facetName
)
new : 
        objectSetName:string *
        facetName:string -> TargetSetCountMismatchException
Public Sub New (
    objectSetName As String,
    facetName As String
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Handling SMO Exceptions

See Also

TargetSetCountMismatchException Overload
TargetSetCountMismatchException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top