Class StoreSubscriptionInfoNotSupportedException
An error was found when an unsupported app store Product.receipt.receipt
is provided.
Inheritance
StoreSubscriptionInfoNotSupportedException
Implements
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
[Serializable]
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 |