RemoteInvocationException 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
RemoteInvocationException(SerializationInfo, StreamingContext) |
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse. |
RemoteInvocationException(String, Int32, Exception) |
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse. |
RemoteInvocationException(String, Int32, Object) |
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse. |
RemoteInvocationException(String, String, String) |
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse. |
RemoteInvocationException(String, Int32, Object, Object) |
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse. |
RemoteInvocationException(String, String, String, JToken) |
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse. |
RemoteInvocationException(SerializationInfo, StreamingContext)
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse.
protected RemoteInvocationException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new StreamJsonRpc.RemoteInvocationException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> StreamJsonRpc.RemoteInvocationException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
Parameter
- info
- SerializationInfo
Serialisierungsinformationen.
- context
- StreamingContext
Streamingkontext.
Gilt für:
RemoteInvocationException(String, Int32, Exception)
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse.
public RemoteInvocationException (string? message, int errorCode, Exception innerException);
new StreamJsonRpc.RemoteInvocationException : string * int * Exception -> StreamJsonRpc.RemoteInvocationException
Public Sub New (message As String, errorCode As Integer, innerException As Exception)
Parameter
- message
- String
Die Meldung.
- errorCode
- Int32
Der Wert des Felds "error.code" in der Antwort.
- innerException
- Exception
Die vom RPC-Server ausgelöste deserialisierte Ausnahme.
Gilt für:
RemoteInvocationException(String, Int32, Object)
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse.
public RemoteInvocationException (string message, int errorCode, object errorData);
public RemoteInvocationException (string? message, int errorCode, object? errorData);
new StreamJsonRpc.RemoteInvocationException : string * int * obj -> StreamJsonRpc.RemoteInvocationException
Public Sub New (message As String, errorCode As Integer, errorData As Object)
Parameter
- message
- String
Die Meldung.
- errorCode
- Int32
Der Wert des Felds "error.code" in der Antwort.
- errorData
- Object
Der Wert des Felds "error.data" in der Antwort.
Gilt für:
RemoteInvocationException(String, String, String)
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse.
public RemoteInvocationException (string message, string remoteStack, string remoteCode);
new StreamJsonRpc.RemoteInvocationException : string * string * string -> StreamJsonRpc.RemoteInvocationException
Public Sub New (message As String, remoteStack As String, remoteCode As String)
Parameter
- message
- String
Die Meldung.
- remoteStack
- String
Der Remotestapel.
- remoteCode
- String
Der Remotecode.
Gilt für:
RemoteInvocationException(String, Int32, Object, Object)
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse.
public RemoteInvocationException (string? message, int errorCode, object? errorData, object? deserializedErrorData);
new StreamJsonRpc.RemoteInvocationException : string * int * obj * obj -> StreamJsonRpc.RemoteInvocationException
Public Sub New (message As String, errorCode As Integer, errorData As Object, deserializedErrorData As Object)
Parameter
- message
- String
Die Meldung.
- errorCode
- Int32
Der Wert des Felds "error.code" in der Antwort.
- errorData
- Object
Der Wert des Felds "error.data" in der Antwort.
- deserializedErrorData
- Object
Der Wert des Felds "error.data" in der Antwort, wird entsprechend GetErrorDetailsDataType(JsonRpcError)deserialisiert.
Gilt für:
RemoteInvocationException(String, String, String, JToken)
Initialisiert eine neue Instanz der RemoteInvocationException-Klasse.
public RemoteInvocationException (string message, string remoteStack, string remoteCode, Newtonsoft.Json.Linq.JToken errorData);
new StreamJsonRpc.RemoteInvocationException : string * string * string * Newtonsoft.Json.Linq.JToken -> StreamJsonRpc.RemoteInvocationException
Public Sub New (message As String, remoteStack As String, remoteCode As String, errorData As JToken)
Parameter
- message
- String
Die Meldung.
- remoteStack
- String
Der Remotestapel.
- remoteCode
- String
Der Remotecode.
- errorData
- Newtonsoft.Json.Linq.JToken
Der Wert des Felds "error.data" in der Antwort.