Constructeur InvalidOperandException (String, String)
Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified node type and operand.
Espace de noms : Microsoft.SqlServer.Management.Dmf
Assembly : Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Syntaxe
'Déclaration
Public Sub New ( _
nodeType As String, _
operand As String _
)
'Utilisation
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
)
Paramètres
- nodeType
Type : System.String
A String value that specifies the type of node.
- operand
Type : System.String
A String value that specifies the operand that is not valid.
Notes
Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.
Exemples
Voir aussi
Référence
InvalidOperandException Classe