System.DynArrayException
C++
class DynArrayException
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | sysdyn.h | System | System |
Description
Base class for dynamic array exceptions.
Dynamic array exceptions types:
- Index out of range. See DynArrayOutOfRange.
- Data pointer is NULL and is dereferenced. See DynArrayNullData.