Lenguaje

AdapterAlreadyExistsException Constructores

Definición

Sobrecargas

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

Se aplica a