InvalidOperandException 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 名称 | 说明 |
|---|---|
| InvalidOperandException() |
基本构造函数 |
| InvalidOperandException(String) |
基本构造函数 |
| InvalidOperandException(String, Exception) |
基本构造函数 |
| InvalidOperandException(String, String) |
构造函数 |
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