Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
JsonRpcException.cs
1
using
System
;
2
3
namespace
Waher.Networking.HTTP.JsonRpc.Exceptions
4
{
8
public
class
JsonRpcException
: Exception
9
{
14
public
JsonRpcException
(
string
Message)
15
: base(Message)
16
{
17
}
18
}
19
}
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcException
Base class for JSON-RPC exceptions.
Definition:
JsonRpcException.cs:9
Waher.Networking.HTTP.JsonRpc.Exceptions.JsonRpcException.JsonRpcException
JsonRpcException(string Message)
Base class for JSON-RPC exceptions.
Definition:
JsonRpcException.cs:14
System
Definition:
Adapters.g.cs:58
Waher.Networking.HTTP.JsonRpc.Exceptions
Definition:
JsonRpcError.cs:2
IoTGateway
Networking
Waher.Networking.HTTP.JsonRpc
Exceptions
JsonRpcException.cs
Generated by
1.9.5