docs.unity.cn
    Show / Hide Table of Contents

    Class NotEnoughItemOfDefinitionException

    Thrown during a process manipulating the wallet when the player tries to spend more than he has.

    Inheritance
    Object
    Exception
    GameFoundationException
    NotEnoughItemOfDefinitionException
    Inherited Members
    GameFoundationException.k_MessageBuilder
    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
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021