System.SysUtils.EHeapException.RaisingException

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure RaisingException(P: PExceptionRecord); override;

C++

virtual void __fastcall RaisingException(System::PExceptionRecord P);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils EHeapException

Beschreibung

RaisingException bereitet die Exception-Information vor.

RaisingException wird direkt vor dem Auslösen von EHeapException aufgerufen. RaisingException erzeugt in EHeapException keine Stack-Abfolge, da Heap-Operationen betroffen sein könnten.

Siehe auch