Freigeben über


InvalidOperandException-Konstruktor (String, String)

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

Namespace:  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Syntax

'Declaration
Public Sub New ( _
    nodeType As String, _
    operand As String _
)
'Usage
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
)

Parameter

Hinweise

Der Namespace, die Klasse oder das Element wird nur in der Version 2.0 von Microsoft .NET Framework unterstützt.

Beispiele

Behandeln von SMO-Ausnahmen

Siehe auch

Verweis

InvalidOperandException Klasse

InvalidOperandException-Überladung

Microsoft.SqlServer.Management.Dmf-Namespace