Sprache

RemoteRpcException Konstruktoren

Definition

Überlädt

Name Beschreibung
RemoteRpcException(String)

Initialisiert eine neue Instanz der RemoteRpcException-Klasse.

RemoteRpcException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der RemoteRpcException-Klasse.

RemoteRpcException(String, Exception)

Initialisiert eine neue Instanz der RemoteRpcException-Klasse.

RemoteRpcException(String)

Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs

Initialisiert eine neue Instanz der RemoteRpcException-Klasse.

protected RemoteRpcException(string message);
protected RemoteRpcException(string? message);
new StreamJsonRpc.RemoteRpcException : string -> StreamJsonRpc.RemoteRpcException
Protected Sub New (message As String)

Parameter

message
String

Die Meldung, die den Fehler beschreibt.

Gilt für:

RemoteRpcException(SerializationInfo, StreamingContext)

Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs

Initialisiert eine neue Instanz der RemoteRpcException-Klasse.

protected RemoteRpcException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new StreamJsonRpc.RemoteRpcException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> StreamJsonRpc.RemoteRpcException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Serialisierungsinformationen.

context
StreamingContext

Streamingkontext.

Gilt für:

RemoteRpcException(String, Exception)

Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs
Quelle:
RemoteRpcException.cs

Initialisiert eine neue Instanz der RemoteRpcException-Klasse.

protected RemoteRpcException(string message, Exception innerException);
protected RemoteRpcException(string? message, Exception? innerException);
new StreamJsonRpc.RemoteRpcException : string * Exception -> StreamJsonRpc.RemoteRpcException
Protected 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: