Microsoft-specific exception handling mechanisms: Difference between revisions

Content deleted Content added
m Reverted 1 edit by Ishachopra1 (talk) to last revision by Yobot. (TW)
Line 26:
 
==External links==
* [http://www.technotechmedia.com/2016/08/exceptions-handling.html Exception Handling in C# ,[[Association for Technotechmedia], August 2016, by Isha Chopra
* {{cite web |url=http://msdn.microsoft.com/en-us/library/ms680657%28VS.85%29.aspx |title=Structured Exception Handling |date=2009-11-12 |work=MSDN Library |author=Microsoft Corp. |accessdate=2009-11-17 }}
* {{cite journal |author=[[Matt Pietrek]] |date=Jan 1997 |title=A Crash Course on the Depths of Win32 Structured Exception Handling |journal=MSJ |volume=12 |issue=1 |pages= |url=http://www.microsoft.com/msj/0197/Exception/Exception.aspx |doi= |pmid= |pmc= }} Note that the examples given there do not work as-is on modern Windows systems (post XP SP2) due to the changes Microsoft made to address the security issues present in the early SEH design. The examples still work on later versions of Windows if compiled with <code>/link /safeseh:no</code>.