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