System.SysUtils.Exception.GetExceptionStackInfoProc

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

GetExceptionStackInfoProc: function (P: PExceptionRecord): Pointer;

C++

static void * __fastcall (*GetExceptionStackInfoProc)(System::PExceptionRecord P);

Properties

Type Visibility Source Unit Parent
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils Exception

Description

GetExceptionStackInfoProc generates stack information from an exception record.

Assign a method to GetExceptionStackInfoProc to return an opaque data structure that contains stack information for the given exception information record. The function pointed to by GetExceptionStackInfoProc is called when the exception is about to be raised.

See Also