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 10:26, 5 July 2006 (very basic definition). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

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