Class NotEnoughItemOfDefinitionException
Thrown during a process manipulating the wallet when the player tries to spend more than he has.
Namespace: UnityEngine.GameFoundation.Exceptions
Assembly: solution.dll
Syntax
public class NotEnoughItemOfDefinitionException : Exception
Fields
| Name | Description |
|---|---|
| actualCount | The actual balance. |
| definitionKey | The id of the currency. |
| expectedCount | The expected balance. |
Properties
| Name | Description |
|---|---|
| Message | Gets a message that describes the current exception. |