System.SysUtils.Exception.GetExceptionStackInfoProc

From RAD Studio API Documentation
Jump to: navigation, search

API:System.SysUtils.Exception.GetExceptionStackInfoProc

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