Class IAPSecurityException
A base exception for IAP Security issues.
Implements
Inherited Members
Namespace: UnityEngine.Purchasing.Security
Assembly: UnityEngine.Purchasing.SecurityCore.dll
Syntax
public class IAPSecurityException : Exception, ISerializable
Constructors
IAPSecurityException()
Constructs an instance with no message.
Declaration
public IAPSecurityException()
IAPSecurityException(string)
Constructs an instance with a message.
Declaration
public IAPSecurityException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message that describes the error. |