System.ExceptAddr

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function ExceptAddr: Pointer;

C++

extern DELPHI_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