AdapterAlreadyExistsException 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 |
|---|---|
| AdapterAlreadyExistsException() |
Constructor base |
| AdapterAlreadyExistsException(String) |
Constructor base |
| AdapterAlreadyExistsException(String, Exception) |
Constructor base |
| AdapterAlreadyExistsException(String, String) |
Constructor |
AdapterAlreadyExistsException()
Constructor base
public AdapterAlreadyExistsException();
Public Sub New ()
Se aplica a
AdapterAlreadyExistsException(String)
Constructor 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
Se aplica a
AdapterAlreadyExistsException(String, Exception)
Constructor 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
Se aplica a
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)
Parámetros
- interfaceName
- String
- typeName
- String