AddressInUseException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ü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.