System.TRaisedException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TRaisedException = packed record
    RefCount: Integer;
    ExceptObject: TObject;
    ExceptionAddr: Pointer;
    HandlerEBP: LongWord;
    Flags: LongWord;
    Cleanup: Pointer;
    Prev: PRaisedException;
    ReleaseProc: Pointer;
  end;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
struct public System.pas System System

Beschreibung

Für den internen Gebrauch.

TRaisedException wird von Exception-Behandlungsroutinen (für zugeordnete PC-Exceptions) verwendet.

Siehe auch