Table of Contents

Class PropertyNotFoundException

Namespace
Gamelogic.Extensions.Editor
Assembly
Gamelogic.Extensions.Editor.dll

Thrown when looking for a property (for example, in a serialized object) and the property is not found.

[Version(4, 5, 0)]
public sealed class PropertyNotFoundException : Exception, _Exception, ISerializable
Inheritance
PropertyNotFoundException
Implements
Inherited Members
Extension Methods

Constructors

PropertyNotFoundException(string, SerializedObject)