Udostępnij za pośrednictwem


ConnectionLostException Konstruktory

Definicja

Przeciążenia

ConnectionLostException()

Inicjuje nowe wystąpienie klasy ConnectionLostException.

ConnectionLostException(String)

Inicjuje nowe wystąpienie klasy ConnectionLostException.

ConnectionLostException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy ConnectionLostException.

ConnectionLostException(String, Exception)

Inicjuje nowe wystąpienie klasy ConnectionLostException.

ConnectionLostException()

Inicjuje nowe wystąpienie klasy ConnectionLostException.

public ConnectionLostException ();
Public Sub New ()

Dotyczy

ConnectionLostException(String)

Inicjuje nowe wystąpienie klasy ConnectionLostException.

public ConnectionLostException (string message);
public ConnectionLostException (string? message);
new StreamJsonRpc.ConnectionLostException : string -> StreamJsonRpc.ConnectionLostException
Public Sub New (message As String)

Parametry

message
String

Komunikat z opisem błędu.

Dotyczy

ConnectionLostException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy ConnectionLostException.

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)

Parametry

info
SerializationInfo

Informacje o serializacji.

context
StreamingContext

Kontekst przesyłania strumieniowego.

Dotyczy

ConnectionLostException(String, Exception)

Inicjuje nowe wystąpienie klasy ConnectionLostException.

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)

Parametry

message
String

Komunikat o błędzie wyjaśniający przyczynę wyjątku.

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku lub odwołanie o wartości null (Nothing in Visual Basic), jeśli nie określono wyjątku wewnętrznego.

Dotyczy