docs.unity.cn
    Show / Hide Table of Contents

    Class CatalogItemNotFoundException<TCatalogItem>

    Thrown when a CatalogItem fails to be found by its key.

    Inheritance
    Object
    Exception
    GameFoundationException
    CatalogItemNotFoundException
    CatalogItemNotFoundException<TCatalogItem>
    Inherited Members
    CatalogItemNotFoundException.itemKey
    CatalogItemNotFoundException.catalogItemTypeName
    GameFoundationException.k_MessageBuilder
    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.

    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021