v3.1.2
2020.3+

Class EconomyException

An exception specific to the Economy service.

Inheritance
EconomyException
Namespace: Unity.Services.Economy
Syntax
public class EconomyException : RequestFailedException, ISerializable, _Exception

Properties

Reason

The reason the exception was thrown, selected from the EconomyExceptionReason enum.

Declaration
public EconomyExceptionReason Reason { get; }
Property Value
TypeDescription
EconomyExceptionReason