RemoteRpcException 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
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)
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, in der der Fehler beschrieben wird.
Gilt für:
RemoteRpcException(SerializationInfo, StreamingContext)
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)
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, 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.