System.SysUtils.Exception.InnerException
Delphi
property InnerException: Exception read FInnerException;
C++
__property Exception* InnerException = {read=FInnerException};
Propriétés
Type | Visibilité | Source | Unité | Parent |
---|---|---|---|---|
property | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | Exception |
Description
InnerException spécifie l'exception interne.
Lisez la valeur de la propriété InnerException pour obtenir l'exception interne. Si aucune exception n'a déclenché celle en cours, InnerException renvoie nil. Sinon, InnerException renvoie l'exception interne qui a déclenché une exception spécifique.