Show / Hide Table of Contents

Class GasLimitExceededException

Inheritance
System.Object
GasLimitExceededException
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
public sealed class GasLimitExceededException : Exception

Constructors

| Improve this Doc View Source

GasLimitExceededException(Int64, Int64)

Declaration
public GasLimitExceededException(long limit, long used)
Parameters
Type Name Description
System.Int64 limit
System.Int64 used

Properties

| Improve this Doc View Source

Limit

Declaration
public long Limit { get; }
Property Value
Type Description
System.Int64
| Improve this Doc View Source

Used

Declaration
public long Used { get; }
Property Value
Type Description
System.Int64
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium