Class EvmJsonRpcException
- Namespace
- NArk.ArkadeIntents.Evm
- Assembly
- NArk.ArkadeIntents.dll
An error returned by an EVM JSON-RPC node.
public sealed class EvmJsonRpcException : Exception, ISerializable
- Inheritance
-
EvmJsonRpcException
- Implements
- Inherited Members
Constructors
EvmJsonRpcException(int, string)
An error returned by an EVM JSON-RPC node.
public EvmJsonRpcException(int code, string operation)
Parameters
Properties
Code
Node-defined JSON-RPC error code.
public int Code { get; }