Class RpcClientException
Exception thrown when an RPC Response returns an error and not a result.
The RPCError inside the exception contains the error data from the network.
Inheritance
RpcClientException
Assembly: Casper.Network.SDK.dll
Syntax
public class RpcClientException : Exception, ISerializable
Constructors
|
Edit this page
View Source
RpcClientException(string)
Declaration
public RpcClientException(string message)
Parameters
| Type |
Name |
Description |
| string |
message |
|
|
Edit this page
View Source
RpcClientException(string, RpcError)
Declaration
public RpcClientException(string message, RpcError rpcError)
Parameters
|
Edit this page
View Source
RpcClientException(string, Exception)
Declaration
public RpcClientException(string message, Exception innerException)
Parameters
Properties
|
Edit this page
View Source
RpcError
Declaration
public RpcError RpcError { get; }
Property Value
Implements