InvalidOperandException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| InvalidOperandException() |
Constructor base |
| InvalidOperandException(String) |
Constructor base |
| InvalidOperandException(String, Exception) |
Constructor base |
| InvalidOperandException(String, String) |
Constructor |
InvalidOperandException()
Constructor base
public InvalidOperandException();
Public Sub New ()
Se aplica a
InvalidOperandException(String)
Constructor base
public InvalidOperandException(string message);
new Microsoft.SqlServer.Management.Dmf.InvalidOperandException : string -> Microsoft.SqlServer.Management.Dmf.InvalidOperandException
Public Sub New (message As String)
Parámetros
- message
- String
Se aplica a
InvalidOperandException(String, Exception)
Constructor base
public InvalidOperandException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.InvalidOperandException : string * Exception -> Microsoft.SqlServer.Management.Dmf.InvalidOperandException
Public Sub New (message As String, innerException As Exception)
Parámetros
- message
- String
- innerException
- Exception
Se aplica a
InvalidOperandException(String, String)
Constructor
public InvalidOperandException(string nodeType, string operand);
new Microsoft.SqlServer.Management.Dmf.InvalidOperandException : string * string -> Microsoft.SqlServer.Management.Dmf.InvalidOperandException
Public Sub New (nodeType As String, operand As String)
Parámetros
- nodeType
- String
- operand
- String