Class GasLimitExceededException
Implements
Inherited Members
System.Exception.GetBaseException()
System.Exception.HelpLink
System.Exception.InnerException
System.Exception.Message
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
Namespace: Libplanet.Action
Assembly: Libplanet.Action.dll
Syntax
[Serializable]
public sealed class GasLimitExceededException : Exception, ISerializable
Constructors
| Improve this Doc View SourceGasLimitExceededException(Int64, Int64)
Declaration
public GasLimitExceededException(long limit, long used)
Parameters
| Type | Name | Description |
|---|---|---|
| Int64 | limit | |
| Int64 | used |
Properties
| Improve this Doc View SourceLimit
Declaration
public long Limit { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |
Used
Declaration
public long Used { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |