AddressInUseException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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.