API:System.SysUtils.EHeapException.RaisingException

Aus RAD Studio API Documentation

Delphi

procedure RaisingException(P: PExceptionRecord); override;

C++

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

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils EHeapException

Beschreibung

RaisingException bereitet die Exception-Information vor. {{#multireplace:System.SysUtils.EHeapException.RaisingException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} erbt von {{#multireplace:System.SysUtils.Exception.RaisingException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. Der folgende Inhalt bezieht sich auf {{#multireplace:System.SysUtils.Exception.RaisingException|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

RaisingException bereitet die Exception-Information vor.

RaisingException wird direkt vor dem Auslösen von Exception aufgerufen. Bei einer externen Nicht-Delphi-Exception wird die Methode kurz nach dem Erstellen des Objekts aufgerufen, weil die raise-Bedingung bereits ausgeführt wird. RaisingException initialisiert anhand des Arguments P die Stack-Abfolgeinformationen.

Siehe auch