Class StoreException
Exception thrown when an attempt to get a store encounters a problem.
Implements
Inherited Members
Namespace: UnityEngine.Purchasing
Assembly: Unity.Purchasing.dll
Syntax
public class StoreException : Exception, ISerializable
Constructors
StoreException()
Construct an error object for getting a store.
Declaration
public StoreException()
StoreException(string)
Construct an error object for getting a store.
Declaration
public StoreException(string message)
Parameters
Type | Name | Description |
---|---|---|
string | message | Description of error |
StoreException(string, Exception)
Construct an error object for getting a store.
Declaration
public StoreException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
string | message | Description of error |
Exception | innerException | The exception that is the cause of the current exception. |