docs.unity.cn
    Show / Hide Table of Contents

    Class TagNotFoundException

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

    Inheritance
    Object
    Exception
    GameFoundationException
    TagNotFoundException
    Inherited Members
    GameFoundationException.k_MessageBuilder
    Namespace: UnityEngine.GameFoundation.Exceptions
    Syntax
    public class TagNotFoundException : GameFoundationException, ISerializable, _Exception

    Constructors

    TagNotFoundException(String)

    Initializes a new instance of the TagNotFoundException class.

    Declaration
    public TagNotFoundException(string id)
    Parameters
    Type Name Description
    String id

    The id of the Tag not found.

    Properties

    tagId

    The id of the tag not found.

    Declaration
    public string tagId { get; }
    Property Value
    Type Description
    String
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on 16 June 2021