Class StatDefinitionNotFoundException
Thrown when a StatDefinition is in an item but not found.
Namespace: UnityEngine.GameFoundation.Exceptions
Assembly: solution.dll
Syntax
public class StatDefinitionNotFoundException : Exception
Constructors
| Name | Description |
|---|---|
| StatDefinitionNotFoundException(string, string) |
Fields
| Name | Description |
|---|---|
| itemId | The identifier of the item where the stat diodn't have been found. |
| statDefinitionId | The identifier of the StatDefinition nott found. |
Properties
| Name | Description |
|---|---|
| Message | Gets a message that describes the current exception. |