System.ExceptAddr

From RAD Studio VCL Reference
Jump to: navigation, search

Contents

Delphi Information

From System.pas

	function ExceptAddr(): Pointer;


Unit: System

Type: function

Visibility: public

C++ Information

From System.hpp

	void * __fastcall ExceptAddr(void);


Unit: System

Type: function

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
Translations
Newest Version