UnsupportedTargetSetForFacetException Constructors

Definition

Overloads

UnsupportedTargetSetForFacetException()
UnsupportedTargetSetForFacetException(String)

Base constructor

UnsupportedTargetSetForFacetException(String, Exception)

Base constructor

UnsupportedTargetSetForFacetException(String, String, String)

UnsupportedTargetSetForFacetException()

public UnsupportedTargetSetForFacetException ();
Public Sub New ()

Applies to

UnsupportedTargetSetForFacetException(String)

Base constructor

public UnsupportedTargetSetForFacetException (string message);
new Microsoft.SqlServer.Management.Dmf.UnsupportedTargetSetForFacetException : string -> Microsoft.SqlServer.Management.Dmf.UnsupportedTargetSetForFacetException
Public Sub New (message As String)

Parameters

message
String

Applies to

UnsupportedTargetSetForFacetException(String, Exception)

Base constructor

public UnsupportedTargetSetForFacetException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.UnsupportedTargetSetForFacetException : string * Exception -> Microsoft.SqlServer.Management.Dmf.UnsupportedTargetSetForFacetException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to

UnsupportedTargetSetForFacetException(String, String, String)

public UnsupportedTargetSetForFacetException (string targetSetSkeleton, string objectSetName, string facetName);
new Microsoft.SqlServer.Management.Dmf.UnsupportedTargetSetForFacetException : string * string * string -> Microsoft.SqlServer.Management.Dmf.UnsupportedTargetSetForFacetException
Public Sub New (targetSetSkeleton As String, objectSetName As String, facetName As String)

Parameters

targetSetSkeleton
String
objectSetName
String
facetName
String

Applies to