OperatorNotApplicableException 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 |
|---|---|
| OperatorNotApplicableException() |
Basiskonstruktor |
| OperatorNotApplicableException(String) |
Basiskonstruktor |
| OperatorNotApplicableException(String, Exception) |
Basiskonstruktor |
| OperatorNotApplicableException(String, String) |
Konstruktor |
OperatorNotApplicableException()
Basiskonstruktor
public OperatorNotApplicableException();
Public Sub New ()
Gilt für:
OperatorNotApplicableException(String)
Basiskonstruktor
public OperatorNotApplicableException(string message);
new Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException : string -> Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
OperatorNotApplicableException(String, Exception)
Basiskonstruktor
public OperatorNotApplicableException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException : string * Exception -> Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception
Gilt für:
OperatorNotApplicableException(String, String)
Konstruktor
public OperatorNotApplicableException(string operatorName, string typeName);
new Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException : string * string -> Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException
Public Sub New (operatorName As String, typeName As String)
Parameter
- operatorName
- String
- typeName
- String