rpc v1.1.0 (2018-09-06T18:10:46Z)
Dub
Repo
RPCParsingException
rpc
core
Parsing exception.
class
RPCParsingException :
RPCException
{
this
(string msg, Exception inner);
}
Constructors
this
this
(string msg, Exception inner)
Undocumented in source.
Inherited Members
From RPCException
inner
Exception
inner
;
Undocumented in source.
Meta
Source
See Implementation
rpc
core
aliases
RPCErrorHandler
RPCRequestHandler
rpcIdType
classes
HttpRPCClient
HttpRPCServer
IdGenerator
RPCException
RPCInterfaceSettings
RPCNotConnectedException
RPCParsingException
RPCTimeoutException
RawRPCClient
RawRPCServer
UnhandledRPCMethod
functions
noRpcMethod
rpcMethod
rpcObjectParams
interfaces
IIdGenerator
IRPCClient
IRPCRequest
IRPCResponse
IRPCServer
IRPCServerOutput
structs
NoRPCMethodAttribute
RPCIdTypeAttribute
RPCMethodAttribute
RPCMethodObjectParams
Parsing exception.