InvalidOperandException Constructor (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
)

Parameters

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Handling SMO Exceptions

See Also

Reference

InvalidOperandException Class

InvalidOperandException Overload

Microsoft.SqlServer.Management.Dmf Namespace