System.SysUtils.Exception.SetStackInfo

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SetStackInfo(AStackInfo: Pointer);

C++

void __fastcall SetStackInfo(void * AStackInfo);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils Exception

Description

SetStackInfo stocke les informations de pile.

SetStackInfo est utilisée en interne dans le mécanisme de déclenchement des exceptions. SetStackInfo est surtout appelée pour stocker un pointeur sur les informations de suivi de pile qui peuvent être obtenues par la suite en lisant la valeur de la propriété StackTrace.

Voir aussi