System.TRaisedException
Delphi
TRaisedException = packed record
RefCount: Integer;
ExceptObject: TObject;
ExceptionAddr: Pointer;
HandlerEBP: LongWord;
Flags: LongWord;
Cleanup: Pointer;
Prev: PRaisedException;
ReleaseProc: Pointer;
end;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
struct | public | System.pas | System | System |
Description
For internal use.
TRaisedException is used by exception handling routines (for PC mapped exceptions).