API:System.VarUtils.ESafeArrayBoundsError

Delphi
ESafeArrayBoundsError = class(ESafeArrayError);
C++
class PASCALIMPLEMENTATION ESafeArrayBoundsError : public ESafeArrayError
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.VarUtils.pas System.VarUtils.hpp |
System.VarUtils | System.VarUtils |
Description
ESafeArrayError is the exception class for errors involving variant arrays.
System.VarUtils.ESafeArrayBoundsError inherits from System.VarUtils.ESafeArrayError. All content below this line refers to System.VarUtils.ESafeArrayError.
ESafeArrayError is the exception class for errors involving variant arrays.
ESafeArrayError is raised when a variant array operation fails.
ESafeArrayError has a number of descendant classes that provide more specific information about the error, namely ESafeArrayBoundsError, ESafeArrayCreateError, and ESafeArrayLockedError.