Show: Delphi
C++
Display Preferences
System.ExceptAddr
From XE2 API Documentation
Delphi
function ExceptAddr: Pointer;
C++
extern PACKAGE void * __fastcall ExceptAddr(void);
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| function | public | System.pas System.hpp |
System | System |
Description
Returns the address at which the current exception was raised.
Use ExceptAddr to obtain the address at which an exception was raised. If there is no current exception, ExceptAddr returns nil (Delphi) or NULL (C++).