System.SysUtils.EHeapException.RaisingException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RaisingException(P: PExceptionRecord); override;

C++

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

Properties

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

Description

RaisingException prepares the exception information.

RaisingException is called right before EHeapException is raised. RaisingException in EHeapException does not generate a stack trace, since it may involve heap operations.

See Also