Compartilhar via


AddressInUseException Construtores

Definição

Sobrecargas

AddressInUseException(String)

Inicializa uma nova instância de AddressInUseException.

AddressInUseException(String, Exception)

Inicializa uma nova instância de AddressInUseException.

AddressInUseException(String)

Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs

Inicializa uma nova instância de AddressInUseException.

public:
 AddressInUseException(System::String ^ message);
public AddressInUseException (string message);
new Microsoft.AspNetCore.Connections.AddressInUseException : string -> Microsoft.AspNetCore.Connections.AddressInUseException
Public Sub New (message As String)

Parâmetros

message
String

A mensagem de exceção.

Aplica-se a

AddressInUseException(String, Exception)

Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs
Origem:
AddressInUseException.cs

Inicializa uma nova instância de AddressInUseException.

public:
 AddressInUseException(System::String ^ message, Exception ^ inner);
public AddressInUseException (string message, Exception inner);
new Microsoft.AspNetCore.Connections.AddressInUseException : string * Exception -> Microsoft.AspNetCore.Connections.AddressInUseException
Public Sub New (message As String, inner As Exception)

Parâmetros

message
String

A mensagem de exceção.

inner
Exception

O Exception subjacente.

Aplica-se a