Condividi tramite


AddressInUseException Costruttori

Definizione

Overload

AddressInUseException(String)

Inizializza una nuova istanza di AddressInUseException.

AddressInUseException(String, Exception)

Inizializza una nuova istanza di AddressInUseException.

AddressInUseException(String)

Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs

Inizializza una nuova istanza di 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)

Parametri

message
String

Il messaggio dell'eccezione.

Si applica a

AddressInUseException(String, Exception)

Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs
Origine:
AddressInUseException.cs

Inizializza una nuova istanza di 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)

Parametri

message
String

Il messaggio dell'eccezione.

inner
Exception

Oggetto Exception sottostante.

Si applica a