InvalidOperandException Constructor (String, String)

 

Initializes a new instance of the T:Microsoft.SqlServer.Management.Dmf.ExceptionAlreadyRegisteredException class with the specified node type and operand.

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

Syntax

public InvalidOperandException(
    string nodeType,
    string operand
)
public:
InvalidOperandException(
    String^ nodeType,
    String^ operand
)
new : 
        nodeType:string *
        operand:string -> InvalidOperandException
Public Sub New (
    nodeType As String,
    operand As 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

InvalidOperandException Overload
InvalidOperandException Class
Microsoft.SqlServer.Management.Dmf Namespace

Return to top