Class ReceiptParserException
Error found during receipt parsing.
Implements
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: UnityEngine.Purchasing.Stores.dll
Syntax
public class ReceiptParserException : Exception, ISerializable
Constructors
ReceiptParserException()
Construct an error object for receipt parsing.
Declaration
public ReceiptParserException()
ReceiptParserException(string)
Construct an error object for receipt parsing.
Declaration
public ReceiptParserException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | Description of error |