Structured Exception Handling
Appearance
Structured Exception Handling (SEH)
- SEH - Structured Exception Handling
__try and __except mechanism
- MS SEH - Microsft Structured Exception Handling
Microsoft technology used in the NT kernel, and available to programmers. also see MS Vector Exception Handling (VEH) implemented in Windows Server 2003 and on.
for more information see exception handling