Udostępnij za pośrednictwem


AddressInUseException Konstruktory

Definicja

Przeciążenia

AddressInUseException(String)

Inicjuje nowe wystąpienie klasy AddressInUseException.

AddressInUseException(String, Exception)

Inicjuje nowe wystąpienie klasy AddressInUseException.

AddressInUseException(String)

Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs

Inicjuje nowe wystąpienie klasy 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)

Parametry

message
String

Komunikat wyjątku.

Dotyczy

AddressInUseException(String, Exception)

Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs
Źródło:
AddressInUseException.cs

Inicjuje nowe wystąpienie klasy 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)

Parametry

message
String

Komunikat wyjątku.

inner
Exception

ExceptionPodstawowy element .

Dotyczy