System.VarUtils.ESafeArrayError

Delphi
ESafeArrayError = class(Exception)
C++
class PASCALIMPLEMENTATION ESafeArrayError : public System::Sysutils::Exception
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.
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.