Afficher : Delphi C++
Préférences d'affichage

System.ExceptAddr

De XE API Documentation

Delphi

function ExceptAddr: Pointer;

C++

extern PACKAGE void * __fastcall ExceptAddr(void);

Propriétés

Type Visibilité  Source Unité  Parent
function public
System.pas
System.hpp
System System

Description


Renvoie l'adresse à laquelle l'exception en cours a été déclenchée.


Utilisez ExceptAddr pour obtenir l'adresse à laquelle une exception s'est produite. S'il n'existe pas une telle liste, ExceptAddr renvoie nil (Delphi) ou NULL (C++).

Voir aussi

Translations