Costruttore InvalidOperandException (String, String)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

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

Parametri

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

InvalidOperandException Classe

Overload InvalidOperandException

Spazio dei nomi Microsoft.SqlServer.Management.Dmf