5/1/08

What is Structured Exception Handling?

Structured Exception Handling is a service of the Windows operating system responsible
for locating and calling handler code in an application when an error occurs. The
application encloses code within a __try block and identifies its error handler code by
placing it within an __except block.

No comments:

ITUCU