Class ServiceCreationException
Exception thrown when an attempt to create a service encounters a problem.
Implements
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public class ServiceCreationException : IapException, ISerializable
Constructors
ServiceCreationException(SerializationInfo, StreamingContext)
Initializes a new instance of the ServiceCreationException class with serialized data.
Declaration
protected ServiceCreationException(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. |