Class StoreSubscriptionInfoNotSupportedException
An error was found when an unsupported app store Product.receipt.receipt
is provided.
Implements
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: UnityEngine.Purchasing.Stores.dll
Syntax
public class StoreSubscriptionInfoNotSupportedException : ReceiptParserException, ISerializable
Constructors
StoreSubscriptionInfoNotSupportedException(string)
An error was found when an unsupported app store Product.receipt.receipt
is provided.
Declaration
public StoreSubscriptionInfoNotSupportedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Human readable explanation of this error |