TExceptObject
Exception object
Declaration
Source position: objpash.inc line 409
Type
TExceptObject = record
public
FObject : TObject;
Addr : CodePointer;
Next : PExceptObject;
refcount : LongInt;
Framecount : LongInt;
Frames : PCodePointer;
end
Description
TExceptObject is the exception description record which is found on the exception stack.