API:System.VarUtils.ESafeArrayCreateError

From RAD Studio API Documentation
Jump to: navigation, search

System.VarUtils.ESafeArrayErrorSystem.SysUtils.ExceptionSystem.TObjectESafeArrayCreateError

Delphi

ESafeArrayCreateError = class(ESafeArrayError);

C++

class PASCALIMPLEMENTATION ESafeArrayCreateError : 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.ESafeArrayCreateError 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.

See Also