Class StoreNotSupportedException
Security exception for when the store is not supported by the CrossPlatformValidator
.
Namespace: UnityEngine.Purchasing.Security
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. |