System.SysUtils.Exception.GetExceptionStackInfoProc

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

GetExceptionStackInfoProc: function (P: PExceptionRecord): Pointer;

C++

static void * __fastcall (*GetExceptionStackInfoProc)(System::PExceptionRecord P);

Propriétés

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

Description

GetExceptionStackInfoProc génère des informations de pile à partir d'un enregistrement d'exception.

Assignez une méthode au champ GetExceptionStackInfoProc pour nettoyer la structure de données opaque qui contient les informations de pile pour l'enregistrement des informations d'exception donné. La fonction pointée par le champ GetExceptionStackInfoProc est appelée quand l'exception est sur le point d'être déclenchée.

Voir aussi