ExceptQ: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
(Created page with "Exceptq creates a debugging report whenever your program encounters an unhandled fatal exception, for example an access violation. It ignores exceptions that result from a pr...")
 
m (Jugbogdan moved page Exceptq to ExceptQ)
(No difference)

Revision as of 22:54, 27 September 2020

Exceptq creates a debugging report whenever your program encounters an unhandled fatal exception, for example an access violation. It ignores exceptions that result from a program's normal operation such as signal exceptions. It is designed to be the last handler in the chain before the exception is passed to the system or runtime handler which terminates the process.