help files
Z505 | PasWiki | FUQ | Search | Main Docs | API Guide



[Overview][Constants][Types][Classes][Procedures and functions][Variables] Reference for unit 'System' (#rtl)

TExceptObject

Exception object

Declaration

Source position: objpash.inc line 256

type TExceptObject = record

  FObject: TObject;

  

Exception instance.

  Addr: pointer;

  

Address where exception occurred

  Next: PExceptObject;

  

Next exception object on the stack.

  refcount: LongInt;

  

Reference count for this exception object

  Framecount: LongInt;

  

Number of frames in the exception object

  Frames: PPointer;

  

Pointer to array of frame pointers

end;

Description

TExceptObject is the exception description record which is found on the exception stack.

Notes

 No notes exist for this page yet. 





lufdoc, Powtils, fpc, freepascal, delphi, kylix, c/c++, mysql, cgi web framework docs, Z505