RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
System.ExceptAddr Function

Returns the address at which the current exception was raised.

Pascal
function ExceptAddr: Pointer;
C++
void * ExceptAddr();

System

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

 

ExceptionErrorMessage 

ExceptObject

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!