Jump to content

Structured Exception Handling

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Widefox (talk | contribs) at 09:28, 6 July 2006 (add links). 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 Vector Exception Handling (VEH) in MS Windows Server 2003 and on.