Class CatalogItemNotFoundException<TCatalogItem>
Thrown when a CatalogItem fails to be found by its key.
Inheritance
CatalogItemNotFoundException<TCatalogItem>
Inherited Members
Namespace: UnityEngine.GameFoundation.Exceptions
Syntax
public sealed class CatalogItemNotFoundException<TCatalogItem> : CatalogItemNotFoundException, ISerializable, _Exception where TCatalogItem : CatalogItem
Type Parameters
| Name | Description |
|---|---|
| TCatalogItem |
Constructors
CatalogItemNotFoundException(String)
Initializes a new instance of the CatalogItemNotFoundException class.
Declaration
public CatalogItemNotFoundException(string key)
Parameters
| Type | Name | Description |
|---|---|---|
| String | key | The identifier of the CatalogItem not found. |