Exception stack address descriptor.
Source position: excepth.inc line 29
type TExceptAddr = record |
||
buf: PJmp_buf; |
|
Jump buffer. |
next: PExceptAddr; |
|
Next address on stack. |
frametype: LongInt; |
|
Type of exception frame. |
end; |
TExceptAddr describes an exception frame on the exception address frame stack. It is used in structured stack exception handling.