System.DynArrayNullData

From RAD Studio API Documentation
Jump to: navigation, search

C++

class DynArrayNullData : public DynArrayException

Properties

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

Description

The exception thrown when the array data pointer is found to be NULL.

The subscript operator can throw DynArrayNullData exceptions.

See Also