Show / Hide Table of Contents

Class TotalSupplyNotTrackableException

The exception thrown when GetTotalSupply(Currency) was called on a legacy untracked currency with set to false.

Inheritance
Object
Exception
TotalSupplyNotTrackableException
Implements
ISerializable
Inherited Members
Exception.GetBaseException()
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.State
Assembly: Libplanet.Action.dll
Syntax
[Serializable]
public sealed class TotalSupplyNotTrackableException : Exception, ISerializable

Constructors

| Improve this Doc View Source

TotalSupplyNotTrackableException(String, Currency)

Creates a new TotalSupplyNotTrackableException object.

Declaration
public TotalSupplyNotTrackableException(string message, Currency currency)
Parameters
Type Name Description
String message

Specifies a Message.

Currency currency

The currency queried for the total supply. Corresponds to the Currency property.

See Also
GetTotalSupply(Currency)

Properties

| Improve this Doc View Source

Currency

The currency queried for the total supply.

Declaration
public Currency Currency { get; }
Property Value
Type Description
Currency
See Also
GetTotalSupply(Currency)

Methods

| Improve this Doc View Source

GetObjectData(SerializationInfo, StreamingContext)

The exception thrown when GetTotalSupply(Currency) was called on a legacy untracked currency with set to false.

Declaration
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context
Overrides
Exception.GetObjectData(SerializationInfo, StreamingContext)
See Also
GetTotalSupply(Currency)
| Improve this Doc View Source

WithDefaultMessage(Currency)

The exception thrown when GetTotalSupply(Currency) was called on a legacy untracked currency with set to false.

Declaration
public static TotalSupplyNotTrackableException WithDefaultMessage(Currency currency)
Parameters
Type Name Description
Currency currency
Returns
Type Description
TotalSupplyNotTrackableException
See Also
GetTotalSupply(Currency)

Implements

System.Runtime.Serialization.ISerializable

See Also

GetTotalSupply(Currency)
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium