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