TargetSetCountMismatchException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| TargetSetCountMismatchException() | |
| TargetSetCountMismatchException(String) |
Basiskonstruktor |
| TargetSetCountMismatchException(String, Exception) |
Basiskonstruktor |
| TargetSetCountMismatchException(String, String) |
TargetSetCountMismatchException()
public TargetSetCountMismatchException();
Public Sub New ()
Gilt für:
TargetSetCountMismatchException(String)
Basiskonstruktor
public TargetSetCountMismatchException(string message);
new Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException : string -> Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
TargetSetCountMismatchException(String, Exception)
Basiskonstruktor
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)
Parameter
- message
- String
- innerException
- Exception
Gilt für:
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)
Parameter
- objectSetName
- String
- facetName
- String