System.SysUtils.Exception.RaisingException
Delphi
procedure RaisingException(P: PExceptionRecord); virtual;
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 | Exception |
Description
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.