Jump to content

Structured Exception Handling

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Sikon (talk | contribs) at 08:24, 23 July 2006 ({{wikify}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Structured Exception Handling (SEH)

  • Structured Exception Handling (SEH)

__try and __except mechanism


  • Microsoft Structured Exception Handling (SEH)

Microsoft exception handling system used in the NT kernel, made available to programmers of C++, Visual Basic etc.


Microsoft SEH has now been enhanced by Vectored Exception Handling (VEH) in MS Windows Server 2003 and on.