OTX Reference  
OpenTestSystem.Otx.Core.Exceptions.OutOfBoundsException Class Reference

Invalid access to an element More...

Inheritance diagram for OpenTestSystem.Otx.Core.Exceptions.OutOfBoundsException:
Inheritance graph

Detailed Description

Invalid access to an element

If memory shall be accessed illegally (e.g. if an index for accessing a List item is greater than the length of the list, or if a key is not contained in a map, etc.), this exception is thrown.