InvalidOperandException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| InvalidOperandException() |
Construtor base |
| InvalidOperandException(String) |
Construtor base |
| InvalidOperandException(String, Exception) |
Construtor base |
| InvalidOperandException(String, String) |
Construtor |
InvalidOperandException()
Construtor base
public InvalidOperandException();
Public Sub New ()
Aplica-se a
InvalidOperandException(String)
Construtor 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
Aplica-se a
InvalidOperandException(String, Exception)
Construtor 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
Aplica-se a
InvalidOperandException(String, String)
Construtor
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