Show / Hide Table of Contents

Class GasLimitExceededException

Inheritance
Object
Exception
GasLimitExceededException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.ToString()
Exception.Data
Exception.HelpLink
Exception.HResult
Exception.InnerException
Exception.Message
Exception.Source
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.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
Int64 limit
Int64 used

Properties

| Improve this Doc View Source

Limit

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

Used

Declaration
public long Used { get; }
Property Value
Type Description
Int64

Implements

System.Runtime.Serialization.ISerializable

Extension Methods

ExtractableException.ExtractMetadata(Exception)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium