Class TagNotFoundException
Namespace: UnityEngine.GameFoundation.Exceptions
Assembly: solution.dll
Syntax
public class TagNotFoundException : Exception
Constructors
| Name | Description |
|---|---|
| TagNotFoundException(string) | Initializes a new instance of the TagNotFoundException class. |
Fields
| Name | Description |
|---|---|
| tagId | The id of the tag not found. |
Properties
| Name | Description |
|---|---|
| Message | Gets a message that describes the current exception. |