UnrecognizedJsonRpcMessageException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An exception thrown when an incoming JSON-RPC message could not be recognized as conforming to any known JSON-RPC message.
[System.Serializable]
public class UnrecognizedJsonRpcMessageException : StreamJsonRpc.RemoteRpcException
[<System.Serializable>]
type UnrecognizedJsonRpcMessageException = class
inherit RemoteRpcException
Public Class UnrecognizedJsonRpcMessageException
Inherits RemoteRpcException
- Inheritance
- Attributes
Constructors
UnrecognizedJsonRpcMessageException() |
Initializes a new instance of the UnrecognizedJsonRpcMessageException class. |
UnrecognizedJsonRpcMessageException(SerializationInfo, StreamingContext) |
Initializes a new instance of the UnrecognizedJsonRpcMessageException class. |
UnrecognizedJsonRpcMessageException(String, Exception) |
Initializes a new instance of the UnrecognizedJsonRpcMessageException class. |
UnrecognizedJsonRpcMessageException(String) |
Initializes a new instance of the UnrecognizedJsonRpcMessageException class. |
Properties
DeserializedErrorData |
Gets or sets the |
ErrorCode |
Gets or sets the value of the |
ErrorData |
Gets or sets the |
Methods
GetObjectData(SerializationInfo, StreamingContext) | (Inherited from RemoteRpcException) |