Returns the address at which the current exception was raised.
function ExceptAddr: Pointer;
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
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|