ConnectionLostException 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
| ConnectionLostException() |
Initialisiert eine neue Instanz der ConnectionLostException-Klasse. |
| ConnectionLostException(String) |
Initialisiert eine neue Instanz der ConnectionLostException-Klasse. |
| ConnectionLostException(SerializationInfo, StreamingContext) |
Initialisiert eine neue Instanz der ConnectionLostException-Klasse. |
| ConnectionLostException(String, Exception) |
Initialisiert eine neue Instanz der ConnectionLostException-Klasse. |
ConnectionLostException()
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
Initialisiert eine neue Instanz der ConnectionLostException-Klasse.
public ConnectionLostException();
Public Sub New ()
Gilt für:
ConnectionLostException(String)
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
Initialisiert eine neue Instanz der ConnectionLostException-Klasse.
public ConnectionLostException(string message);
public ConnectionLostException(string? message);
new StreamJsonRpc.ConnectionLostException : string -> StreamJsonRpc.ConnectionLostException
Public Sub New (message As String)
Parameter
- message
- String
Die Meldung, in der der Fehler beschrieben wird.
Gilt für:
ConnectionLostException(SerializationInfo, StreamingContext)
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
Initialisiert eine neue Instanz der ConnectionLostException-Klasse.
protected ConnectionLostException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new StreamJsonRpc.ConnectionLostException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> StreamJsonRpc.ConnectionLostException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Serialisierungsinformationen.
- context
- StreamingContext
Streamingkontext.
Gilt für:
ConnectionLostException(String, Exception)
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
- Quelle:
- ConnectionLostException.cs
Initialisiert eine neue Instanz der ConnectionLostException-Klasse.
public ConnectionLostException(string message, Exception innerException);
public ConnectionLostException(string? message, Exception? innerException);
new StreamJsonRpc.ConnectionLostException : string * Exception -> StreamJsonRpc.ConnectionLostException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Die Fehlermeldung, in der die Ursache der Ausnahme erklärt wird.
- innerException
- Exception
Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder ein NULL-Verweis („Nothing“ in Visual Basic), wenn keine innere Ausnahme angegeben ist.