Idioma

AdapterAlreadyExistsException Construtores

Definição

Sobrecargas

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

Aplica-se a