InvalidOperandException 构造函数

定义

重载

InvalidOperandException()

基本构造函数

public InvalidOperandException();
Public Sub New ()

适用于

InvalidOperandException(String)

基本构造函数

public InvalidOperandException(string message);
new Microsoft.SqlServer.Management.Dmf.InvalidOperandException : string -> Microsoft.SqlServer.Management.Dmf.InvalidOperandException
Public Sub New (message As String)

参数

message
String

适用于

InvalidOperandException(String, Exception)

基本构造函数

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)

参数

message
String
innerException
Exception

适用于

InvalidOperandException(String, String)

构造函数

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)

参数

nodeType
String
operand
String

适用于