言語

InvalidOperandException コンストラクター

定義

オーバーロード

名前 説明
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

適用対象