Show: Delphi C++
Display Preferences

System.ExceptAddr

From XE2 API Documentation
Jump to: navigation, search

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++).

See Also

Personal tools
Previous Versions
Translations