InvalidInOperatorException 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 |
|---|---|
| InvalidInOperatorException() |
Construtor |
| InvalidInOperatorException(String) |
Construtor |
| InvalidInOperatorException(String, Exception) |
Construtor base |
InvalidInOperatorException()
Construtor
public InvalidInOperatorException();
Public Sub New ()
Aplica-se a
InvalidInOperatorException(String)
Construtor
public InvalidInOperatorException(string opType);
new Microsoft.SqlServer.Management.Dmf.InvalidInOperatorException : string -> Microsoft.SqlServer.Management.Dmf.InvalidInOperatorException
Public Sub New (opType As String)
Parâmetros
- opType
- String
Aplica-se a
InvalidInOperatorException(String, Exception)
Construtor base
public InvalidInOperatorException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.InvalidInOperatorException : string * Exception -> Microsoft.SqlServer.Management.Dmf.InvalidInOperatorException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
- innerException
- Exception