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