Class IAPSecurityException
A base exception for IAP Security issues.
Inherited Members
Namespace: UnityEngine.Purchasing.Security
Syntax
public class IAPSecurityException : Exception, ISerializable, _Exception
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. |