System.SysUtils.Exception.BaseException

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property BaseException: Exception read GetBaseException;

C++

__property Exception* BaseException = {read=GetBaseException};

Propriétés

Type Visibilité  Source Unité  Parent
property public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils Exception

Description

BaseException spécifie l'exception la plus profonde.

Lisez la valeur de la propriété BaseException pour obtenir l'exception la plus profonde. Si aucune exception interne n'a déclenché celle en cours, la méthode BaseException renvoie l'exception en cours. Sinon, BaseException inspecte les exceptions internes jusqu'à ce qu'elle trouve la première qui a déclenché la chaîne d'exceptions.

Voir aussi