Class ReceiptParserException
Error found during receipt parsing.
Implements
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
[Serializable]
public class ReceiptParserException : IapException, ISerializable
Constructors
ReceiptParserException()
Construct an error object for receipt parsing.
Declaration
public ReceiptParserException()
ReceiptParserException(SerializationInfo, StreamingContext)
Initializes a new instance of the ReceiptParserException class with serialized data.
Declaration
protected ReceiptParserException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The SerializationInfo that holds the serialized object data about the exception being thrown. |
StreamingContext | context | The StreamingContext that contains contextual information about the source or destination. |
ReceiptParserException(string)
Construct an error object for receipt parsing.
Declaration
public ReceiptParserException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Description of error |