System.VarUtils.ESafeArrayError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectESafeArrayError

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.

See Also