共用方式為


InvalidOperandException 建構函式 (String, String)

Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified node type and operand.

命名空間:  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
)

參數

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。