System.SysUtils.Exception.RaisingException

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure RaisingException(P: PExceptionRecord); virtual;

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 Exception

Description

RaisingException prépare les informations de l'exception.

La méthode RaisingException est appelée juste avant que l'exception Exception ne soit déclenchée. Dans le cas d'une exception non Delphi externe, la méthode est vite appelée après la création de l'objet, puisque la condition raise est déjà en cours. RaisingException utilise l'argument P pour initialiser les informations de suivi de pile.

Voir aussi