Jump to content

Structured Exception Handling

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

Template:Wikify-date 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.