ExceptFrames
Return the current exception stack frames
Declaration
Source position: sysutilh.inc line 238
function ExceptFrames : PCodePointer;
Description
ExceptFrames returns the current list frames on the exception stack. If there is no exception in progress, Nil is returned.
See also
| Name | Description |
|---|---|
| ExceptAddr | Current exception address. |
| ExceptFrameCount | Number of frames included in an exception backtrace |
| ExceptObject | Current Exception object. |
| #rtl.system.ExceptProc | Current exception handling procedure. |