TargetSetCountMismatchException 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
TargetSetCountMismatchException()
public TargetSetCountMismatchException ();
Public Sub New ()
Applies to
TargetSetCountMismatchException(String)
Base constructor
public TargetSetCountMismatchException (string message);
new Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException : string -> Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
TargetSetCountMismatchException(String, Exception)
Base constructor
public TargetSetCountMismatchException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException : string * Exception -> Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException
Public Sub New (message As String, innerException As Exception)
Parameters
- message
- String
- innerException
- Exception
Applies to
TargetSetCountMismatchException(String, String)
public TargetSetCountMismatchException (string objectSetName, string facetName);
new Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException : string * string -> Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException
Public Sub New (objectSetName As String, facetName As String)
Parameters
- objectSetName
- String
- facetName
- String