API:System.SysUtils.EHeapException.RaisingException

From RAD Studio API Documentation

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. {{#multireplace:System.SysUtils.EHeapException.RaisingException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:System.SysUtils.Exception.RaisingException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:System.SysUtils.Exception.RaisingException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

RaisingException prepares the exception information.

RaisingException is called right before Exception is raised. In the case of an external non-Delphi exception, the method is called soon after the object is created, since the raise condition is already in progress. RaisingException uses the P argument to initialize the stack trace information.

See Also