System.VarUtils.ESafeArrayError

De RAD Studio API Documentation
Aller à : navigation, rechercher

System.SysUtils.ExceptionSystem.TObjectESafeArrayError

Delphi

ESafeArrayError = class(Exception)

C++

class PASCALIMPLEMENTATION ESafeArrayError : public System::Sysutils::Exception

Propriétés

Type Visibilité  Source Unité  Parent
class public
System.VarUtils.pas
System.VarUtils.hpp
System.VarUtils System.VarUtils

Description

ESafeArrayError est la classe des exceptions pour les erreurs impliquant les tableaux variant.

ESafeArrayError est déclenchée quand une opération sur un tableau variant échoue.

ESafeArrayError dispose d'un certain nombre de classes descendantes qui fournissent d'autres informations spécifiques sur l'erreur, à savoir ESafeArrayBoundsError, ESafeArrayCreateError et ESafeArrayLockedError.

Voir aussi