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