Class ItemCollectionNotFoundException
Thrown when an IItemCollection fails to be found by its id.
Inherited Members
Namespace: UnityEngine.GameFoundation.Exceptions
Syntax
public class ItemCollectionNotFoundException : GameFoundationException, ISerializable, _Exception
Constructors
ItemCollectionNotFoundException(String, String)
Initializes a new instance of the ItemCollectionNotFoundException class.
Declaration
public ItemCollectionNotFoundException(string id, string collectionTypeName)
Parameters
| Type | Name | Description |
|---|---|---|
| String | id | The identifier of the IItemCollection not found. |
| String | collectionTypeName | The type name of the missing collection. |
Properties
collectionId
The identifier of the collection not found.
Declaration
public string collectionId { get; }
Property Value
| Type | Description |
|---|---|
| String |
collectionTypeName
The type name of the missing collection.
Declaration
public string collectionTypeName { get; }
Property Value
| Type | Description |
|---|---|
| String |