System.SysUtils.Exception.StackInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property StackInfo: Pointer read FStackInfo;

C++

__property void * StackInfo = {read=FStackInfo};

Propriétés

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

Description

StackInfo fournit les informations de pile au moment où cette exception est déclenchée.

StackInfo fournit les informations de pile au moment où cette exception est déclenchée. La valeur de la propriété StackInfo est un pointeur non typé, car aucun format n'est défini pour le stockage de ces informations. Pour accéder à des informations de pile lisibles par l'utilisateur, lisez la valeur de la propriété StackTrace.

Voir aussi