UnsupportedTargetSetForFacetException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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