Content deleted Content added
m →Implementation: fixed CS1 errors: dates & General fixes using AWB (9816) |
→Structured Exception Handling: Added explicit anchor for external links |
||
Line 1:
[[Microsoft Windows]] OS family employs some [[exception handling]] mechanisms that are based on the [[operating system]] specifics.
== {{Anchor|SEH}}Structured Exception Handling ==
Microsoft Structured Exception Handling is the native exception handling mechanism for Windows and a forerunner technology to [[#Vectored Exception Handling|VEH]].<ref name=devx>{{cite web|url=http://www.devx.com/microsoftISV/Article/15992 |title=Vectored Exception Handling in Windows Server 2003 (Through Internet Archive) |archiveurl = http://web.archive.org/web/20080118162324/http://www.devx.com/microsoftISV/Article/15992 |archivedate = 2008-01-18}}</ref> It features the <code>finally</code> mechanism not present in standard С++ exceptions (but present in most [[Imperative programming|imperative]] languages introduced later).
|