Class EconomyException
An exception specific to the Economy service.
Namespace: Unity.Services.Economy
Assembly: Unity.Services.Economy.dll
Syntax
public class EconomyException : RequestFailedException
Properties
Reason
The reason the exception was thrown, selected from the EconomyExceptionReason enum.
Declaration
public EconomyExceptionReason Reason { get; }
Property Value
Type | Description |
---|---|
EconomyExceptionReason |