Partilhar via


Construtor InvalidOperandException (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 (em Microsoft.SqlServer.Dmf.dll)

Sintaxe

'Declaração
Public Sub New ( _
    nodeType As String, _
    operand As String _
)
'Uso
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
)

Parâmetros

Comentários

Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.

Exemplos

Manipulando exceções SMO

Consulte também

Referência

InvalidOperandException Classe

Sobrecarregado InvalidOperandException

Namespace Microsoft.SqlServer.Management.Dmf