Class PropertyInvalidCastException
Exception thrown when a wrong PropertyType is given to a property.
Namespace: UnityEngine.GameFoundation.Exceptions
Assembly: solution.dll
Syntax
public class PropertyInvalidCastException : Exception
Constructors
| Name | Description |
|---|---|
| PropertyInvalidCastException(string, PropertyType, PropertyType) |
Properties
| Name | Description |
|---|---|
| Message | Gets a message that describes the current exception. |
| expectedPropertyType | The expected property type. |
| givenPropertyType | The given property type. |
| propertyKey | Key of the property that received the wrong property type. |