Class IapException
Exception associated with the IAP package.
Implements
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
[Serializable]
public abstract class IapException : Exception, ISerializable
Constructors
IapException(SerializationInfo, StreamingContext)
Initializes a new instance of the IapException class with a specified error message and a reference to the inner exception that is the cause of this exception.
Declaration
protected IapException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The serialization information. |
StreamingContext | context | The streaming context. |