Class TagNotFoundException
Inherited Members
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 |