Class JsonRpcWebException
Exception thrown by JSON-RPC web clients and servers.
Namespace: XploRe.Net.JsonRpc
Assembly: XploRe.Net.JsonRpc.dll
Syntax
public class JsonRpcWebException : JsonRpcException
Constructors
Name | Description |
---|---|
JsonRpcWebException() | Initialises a new JsonRpcWebException instance with the default error message. |
JsonRpcWebException(Exception) | Initialises a new JsonRpcWebException instance with the default error message and a reference to the inner exception that is the cause of this exception. |
JsonRpcWebException(String) | Initialises a new JsonRpcWebException instance with a specified error message. |
JsonRpcWebException(String, Exception) | Initialises a new JsonRpcWebException instance with a specified error message and a reference to the inner exception that is the cause of this exception. |
JsonRpcWebException(String, JsonRpcId) | Initialises a new JsonRpcWebException instance with a specified error message and the ID of the related JSON-RPC message. |
JsonRpcWebException(String, JsonRpcId, Exception) | Initialises a new JsonRpcWebException instance with a specified error message, the ID of the related JSON-RPC message and a reference to the inner exception that is the cause of this exception. |
JsonRpcWebException(JsonRpcId) | Initialises a new JsonRpcWebException instance with the default error message and the ID of the related JSON-RPC message. |
JsonRpcWebException(JsonRpcId, Exception) | Initialises a new JsonRpcWebException instance with the default error message, the ID of the related JSON-RPC message and a reference to the inner exception that is the cause of this exception. |