AdapterAlreadyExistsException Costruttori

Definizione

Overload

AdapterAlreadyExistsException()

Costruttore di base

public AdapterAlreadyExistsException();
Public Sub New ()

Si applica a

AdapterAlreadyExistsException(String)

Costruttore di base

public AdapterAlreadyExistsException(string message);
new Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException : string -> Microsoft.SqlServer.Management.Dmf.AdapterAlreadyExistsException
Public Sub New (message As String)

Parametri

message
String

Si applica a

AdapterAlreadyExistsException(String, Exception)

Costruttore di 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)

Parametri

message
String
innerException
Exception

Si applica a

AdapterAlreadyExistsException(String, String)

Costruttore

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)

Parametri

interfaceName
String
typeName
String

Si applica a