Version 3.3.0.2

MultiCollectionFilter<TResolver>.IndexNotFoundException class

Namespace: Sirenix.OdinInspector.Editor.Drawers
Assembly: Sirenix.OdinInspector.Editor
public class IndexNotFoundException : Exception, ISerializable, _Exception
Inheritance
  • System.Object
  • System.Exception
  • MultiCollectionFilter<TResolver>.IndexNotFoundException

Constructors

IndexNotFoundException(InspectorProperty, Int32)
public IndexNotFoundException(InspectorProperty expectedProperty, int index)
Parameters
InspectorProperty expectedProperty

System.Int32 index

Extension Methods