Sprache

InvalidOperandException Konstruktoren

Definition

Überlädt

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

Gilt für: