ConnectionLostException Konstruktoren

Definition

Überlädt

Name Beschreibung
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, die den Fehler beschreibt.

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, die den Grund für die Ausnahme erklärt.

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.

Gilt für: