InvalidOperandException Constructor (String, String)
Initializes a new instance of the ExceptionAlreadyRegisteredException class with the specified node type and operand.
Espacio de nombres: Microsoft.SqlServer.Management.Dmf
Ensamblado: Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)
Sintaxis
'Declaración
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.
Comentarios
Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.