[Overview][Constants][Types][Classes][Procedures and functions][Variables] |
Custom abstract error handling procedure
Source position: systemh.inc line 694
const AbstractErrorProc: TAbstractErrorProc = nil; |
If set, the AbstractErrorProcconstant is used when an abstract error occurs. If it is not set, then the standard error handling is done: A stack dump is performed, and the program exits with error code 211.
The SysUtilsunit sets this procedure and raises an exception in its handler.
|
Abstract error handler procedural type. |