Show / Hide Table of Contents

Class GasLimitExceededException

Inheritance
Object
Exception
GasLimitExceededException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
System.Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
System.Exception.StackTrace
Exception.TargetSite
Exception.SerializeObjectState
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Namespace: Libplanet.Action
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
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

Implements

System.Runtime.Serialization.ISerializable
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium