Class NotEnoughItemOfDefinitionException
Thrown during a process manipulating the wallet when the player tries to spend more than he has.
Inherited Members
Namespace: UnityEngine.GameFoundation.Exceptions
Syntax
public class NotEnoughItemOfDefinitionException : GameFoundationException, ISerializable, _Exception
Properties
actualCount
The actual balance.
Declaration
public long actualCount { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |
definitionKey
The id of the currency.
Declaration
public string definitionKey { get; }
Property Value
| Type | Description |
|---|---|
| String |
expectedCount
The expected balance.
Declaration
public long expectedCount { get; }
Property Value
| Type | Description |
|---|---|
| Int64 |