Freigeben über


AddressInUseException Konstruktoren

Definition

Überlädt

AddressInUseException(String)

Initialisiert eine neue Instanz von AddressInUseException.

AddressInUseException(String, Exception)

Initialisiert eine neue Instanz von AddressInUseException.

AddressInUseException(String)

Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs

Initialisiert eine neue Instanz von 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)

Parameter

message
String

Die Ausnahmemeldung.

Gilt für:

AddressInUseException(String, Exception)

Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs
Quelle:
AddressInUseException.cs

Initialisiert eine neue Instanz von 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)

Parameter

message
String

Die Ausnahmemeldung.

inner
Exception

Der zugrundeliegende Exception.

Gilt für: