Class MissingStoreSecretException
Security exception for a missing store secret.
Namespace: UnityEngine.Purchasing.Security
Syntax
public class MissingStoreSecretException : IAPSecurityException
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. |