Class EconomyException
An exception specific to the Economy service.
Inherited Members
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
| Type | Description |
|---|---|
| EconomyExceptionReason |