Class StoreNotSupportedException
Security exception for when the store is not supported by the CrossPlatformValidator
.
Inherited Members
Namespace: UnityEngine .Purchasing.Security
Assembly: solution.dll
Syntax
public class StoreNotSupportedException : IAPSecurityException, ISerializable, _Exception
Constructors
StoreNotSupportedException(string)
Constructs an instance with a message.
Declaration
public StoreNotSupportedException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |