Class DetailNotFoundException
Thrown when a detail of a given type is expected but not found in the given item.
Namespace: UnityEngine.GameFoundation.Exceptions
Assembly: solution.dll
Syntax
public class DetailNotFoundException : Exception
Constructors
| Name | Description |
|---|---|
| DetailNotFoundException(string, Type) | Initializes a new instance of the DetailNotFoundException instance. |
Fields
| Name | Description |
|---|---|
| detailType | The type of the detail not found. |
| itemId | The identifier of the item where the detail didn't have been found. |
Properties
| Name | Description |
|---|---|
| Message | Gets a message that describes the current exception. |