AdapterAlreadyExistsException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| AdapterAlreadyExistsException() |
Constructeur de base |
| AdapterAlreadyExistsException(String) |
Constructeur de base |
| AdapterAlreadyExistsException(String, Exception) |
Constructeur de base |
| AdapterAlreadyExistsException(String, String) |
Constructor |
AdapterAlreadyExistsException()
Constructeur de base
public AdapterAlreadyExistsException();
Public Sub New ()
S’applique à
AdapterAlreadyExistsException(String)
Constructeur de base
public AdapterAlreadyExistsException(string message);
new Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException : string -> Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException
Public Sub New (message As String)
Paramètres
- message
- String
S’applique à
AdapterAlreadyExistsException(String, Exception)
Constructeur de 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)
Paramètres
- message
- String
- innerException
- Exception
S’applique à
AdapterAlreadyExistsException(String, String)
Constructor
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)
Paramètres
- interfaceName
- String
- typeName
- String