Class GasLimitExceededException
Inheritance
GasLimitExceededException
Assembly: Libplanet.Action.dll
Syntax
[Serializable]
public sealed class GasLimitExceededException : Exception, ISerializable
Constructors
|
Improve this Doc
View Source
GasLimitExceededException(Int64, Int64)
Declaration
public GasLimitExceededException(long limit, long used)
Parameters
Properties
|
Improve this Doc
View Source
Limit
Declaration
public long Limit { get; }
Property Value
|
Improve this Doc
View Source
Used
Declaration
public long Used { get; }
Property Value
Implements