Exception handler procedural type.
Source position: objpash.inc line 492
type TExceptProc = procedure(
Obj: TObject;
Addr: CodePointer;
FrameCount: LongInt;
Frame: PCodePointer
);