UnsupportedTargetSetForFacetException Constructor (String, Exception)

 

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

Syntax

public UnsupportedTargetSetForFacetException(
    string message,
    Exception innerException
)
public:
UnsupportedTargetSetForFacetException(
    String^ message,
    Exception^ innerException
)
new : 
        message:string *
        innerException:Exception -> UnsupportedTargetSetForFacetException
Public Sub New (
    message As String,
    innerException As Exception
)

Parameters

See Also

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

Return to top