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