Table of Contents

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

propertyName string

The name of the property that was not found.

property SerializedObject

The serialized object that was searched.