Casper.Network.SDK
Show / Hide Table of Contents

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
object
Exception
RpcClientException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Casper.Network.SDK.JsonRpc
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
Type Name Description
string message
RpcError rpcError
| Edit this page View Source

RpcClientException(string, Exception)

Declaration
public RpcClientException(string message, Exception innerException)
Parameters
Type Name Description
string message
Exception innerException

Properties

| Edit this page View Source

RpcError

Declaration
public RpcError RpcError { get; }
Property Value
Type Description
RpcError

Implements

ISerializable
  • Edit this page
  • View Source
In this article
Back to top Maintained by MAKE Technology LLC