Constructor PropertyNotFoundException
- Namespace
- Gamelogic.Extensions.Editor
- Assembly
- Gamelogic.Extensions.Editor.dll
PropertyNotFoundException(string, SerializedObject)
Initializes a new instance with the name of the missing property and the serialized object that was searched.
public PropertyNotFoundException(string propertyName, SerializedObject property)
Parameters
propertyNamestringThe name of the property that was not found.
propertySerializedObjectThe serialized object that was searched.