Class MissingStoreSecretException
Security exception for a missing store secret.
Inherited Members
Namespace: UnityEngine.Purchasing.Security
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. |