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