System.DynArrayOutOfRange

From RAD Studio API Documentation
Jump to: navigation, search

C++

class DynArrayOutOfRange : public DynArrayException

Properties

Type Visibility Source Unit Parent
class public sysdyn.h System System

Description

The exception thrown when accessing a dynamic array with an out-of-range index.

A DynArrayOutOfRange exception contains the index used when accessing the array and the array length.

See Also

Retrieved from "https://docwiki.embarcadero.com/Libraries/Tokyo/e/index.php?title=System.DynArrayOutOfRange&oldid=624639"