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