Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

ExceptClsProc

Callback used to determine the exception class for an OS exception.

Declaration

Source position: systemh.inc line 1792

const ExceptClsProc: Pointer = Nil;

Description

ExceptClsProc is used in SEH (Structured Exception Support) to convert OS exception information to FPC exception classes when filtering exceptions. It is set e.g. by the sysutils unit. If it is not set, the exception is not handled.

See also

ExceptObjProc

  

Callback used to convert OS exceptions to FPC exceptions.


Documentation generated on: Jul 24 2023