System.SysUtils.Exception.GetExceptionStackInfoProc
Delphi
GetExceptionStackInfoProc: function (P: PExceptionRecord): Pointer;
C++
static void * __fastcall (*GetExceptionStackInfoProc)(System::PExceptionRecord P);
Eigenschaften
Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
---|---|---|---|---|
field | public | System.SysUtils.pas System.SysUtils.hpp |
System.SysUtils | Exception |
Beschreibung
GetExceptionStackInfoProc generiert Stack-Informationen aus einem Exception-Record.
Weisen Sie GetExceptionStackInfoProc eine Methode zu, um eine Datenstruktur zurückzugeben, die Stack-Informationen für den angegebenen Exception-Record enthält. Die Funktion, auf die von GetExceptionStackInfoProc gezeigt wird, wird - kurz bevor die Exception ausgelöst wird - aufgerufen.