InvalidOperandException コンストラクター (String, String)
指定したノード型とオペランドを使用して、ExceptionAlreadyRegisteredException クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.SqlServer.Management.Dmf
アセンブリ: Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)
構文
'宣言
Public Sub New ( _
nodeType As String, _
operand As String _
)
'使用
Dim nodeType As String
Dim operand As String
Dim instance As New InvalidOperandException(nodeType, _
operand)
public InvalidOperandException(
string nodeType,
string operand
)
public:
InvalidOperandException(
String^ nodeType,
String^ operand
)
new :
nodeType:string *
operand:string -> InvalidOperandException
public function InvalidOperandException(
nodeType : String,
operand : String
)
パラメーター
- nodeType
型: System.String
ノードの型を示す String 値です。
- operand
型: System.String
無効なオペランドを示す String 値です。
説明
この名前空間、クラス、またはメンバーは、Microsoft .NET Framework Version 2.0 でのみサポートされています。