docs.unity.cn
    Show / Hide Table of Contents

    Class NotEnoughBalanceException

    Thrown during a process manipulating the wallet when the player tries to spend more than they have.

    Inheritance
    Object
    Exception
    GameFoundationException
    NotEnoughBalanceException
    Inherited Members
    GameFoundationException.k_MessageBuilder
    Namespace: UnityEngine.GameFoundation.Exceptions
    Syntax
    public class NotEnoughBalanceException : GameFoundationException, ISerializable, _Exception

    Properties

    actualBalance

    The actual balance.

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

    currencyKey

    The id of the currency.

    Declaration
    public string currencyKey { get; }
    Property Value
    Type Description
    String

    expectedBalance

    The expected balance.

    Declaration
    public long expectedBalance { get; }
    Property Value
    Type Description
    Int64
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021