[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Exception stack address descriptor
Source position: excepth.inc line 25
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.