Class InventoryItemNotFoundException
Thrown when the InventoryItem fails to be found by its id.
Namespace: UnityEngine.GameFoundation.Exceptions
Assembly: solution.dll
Syntax
public class InventoryItemNotFoundException : Exception
Constructors
| Name | Description |
|---|---|
| InventoryItemNotFoundException(string) | Initializes a new instance of the InventoryItemNotFoundException class. |
Fields
| Name | Description |
|---|---|
| itemId | The identifier of the InventoryItem not found. |
Properties
| Name | Description |
|---|---|
| Message | Gets a message that describes the current exception. |