System.SysUtils.EHeapException.RaisingException

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure RaisingException(P: PExceptionRecord); override;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils EHeapException

Description

RaisingException prépare les informations de l'exception.

RaisingException est appelée juste avant que l'exception EHeapException ne soit déclenchée. La méthode RaisingException de EHeapException ne génère pas un suivi de pile, car elle peut impliquer des opérations relatives au tas.

Voir aussi