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
- nodeType
Tipo: System.String
A String value that specifies the type of node.
- operand
Tipo: System.String
A String value that specifies the operand that is not valid.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.
Exemplos
Consulte também
Referência
InvalidOperandException Classe