Content deleted Content added
→{{Anchor|VEH}}Vectored Exception Handling: Added a comma for clarity. |
Ivan Pozdeev (talk | contribs) m →Usage: Fixing style/layout errors |
||
Line 9:
=== Usage ===
{{see also|Exception handling syntax}}
Microsoft supports SEH as a programming technique at the compiler level only. MS Visual C++ compiler features three non-standard keywords: <code>__try</code>, <code>__except</code> and <code>__finally</code> — for this purpose. Other exception handling aspects are backed by a number of [[Win32 API]] functions,<ref>{{cite web |url=http://msdn.microsoft.com/en-us/library/ms680659%28VS.85%29.aspx |title=Structured Exception Handling Functions |date=
=== Implementation ===
|