Partager via


UnrecognizedJsonRpcMessageException Classe

Définition

Exception levée lorsqu’un message JSON-RPC entrant n’a pas pu être reconnu comme conforme à un message JSON-RPC connu.

[System.Serializable]
public class UnrecognizedJsonRpcMessageException : StreamJsonRpc.RemoteRpcException
[<System.Serializable>]
type UnrecognizedJsonRpcMessageException = class
    inherit RemoteRpcException
Public Class UnrecognizedJsonRpcMessageException
Inherits RemoteRpcException
Héritage
UnrecognizedJsonRpcMessageException
Attributs

Constructeurs

UnrecognizedJsonRpcMessageException()

Initialise une nouvelle instance de la classe UnrecognizedJsonRpcMessageException.

UnrecognizedJsonRpcMessageException(SerializationInfo, StreamingContext)

Initialise une nouvelle instance de la classe UnrecognizedJsonRpcMessageException.

UnrecognizedJsonRpcMessageException(String, Exception)

Initialise une nouvelle instance de la classe UnrecognizedJsonRpcMessageException.

UnrecognizedJsonRpcMessageException(String)

Initialise une nouvelle instance de la classe UnrecognizedJsonRpcMessageException.

Propriétés

DeserializedErrorData

Obtient ou définit la error.data valeur dans la réponse d’erreur, le cas échéant.

(Hérité de RemoteRpcException)
ErrorCode

Obtient ou définit la valeur du error.code champ dans la réponse, le cas échéant.

(Hérité de RemoteRpcException)
ErrorData

Obtient ou définit la error.data valeur dans la réponse d’erreur, le cas échéant.

(Hérité de RemoteRpcException)

Méthodes

GetObjectData(SerializationInfo, StreamingContext)

Exception levée lorsqu’un message JSON-RPC entrant n’a pas pu être reconnu comme conforme à un message JSON-RPC connu.

(Hérité de RemoteRpcException)

S’applique à