<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How CLR maps SEH exceptions to managed exception types</title><link>http://blogs.msdn.com/b/dotnet/archive/2009/05/14/how-clr-maps-seh-exceptions-to-managed-exception-types.aspx</link><description>Managed exception handling is built on Windows OS’s Structured Exception Handling , commonly referred to as SEH (to learn more about SEH, please read Matt Pietrek’s excellent article first). This implies that CLR understands how to interoperate between</description><dc:language>en-US</dc:language><generator>Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><item><title>re: How CLR maps SEH exceptions to managed exception types</title><link>http://blogs.msdn.com/b/dotnet/archive/2009/05/14/how-clr-maps-seh-exceptions-to-managed-exception-types.aspx#9999449</link><pubDate>Tue, 20 Apr 2010 19:17:12 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9999449</guid><dc:creator>Nasir Danial</dc:creator><description>&lt;p&gt;the e.g. given is wrong because catch are more than they should be. If it would have been written correctly the inner most exception handler gets registered first.&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9999449" width="1" height="1"&gt;</description></item><item><title>re: How CLR maps SEH exceptions to managed exception types</title><link>http://blogs.msdn.com/b/dotnet/archive/2009/05/14/how-clr-maps-seh-exceptions-to-managed-exception-types.aspx#9895816</link><pubDate>Wed, 16 Sep 2009 15:21:03 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9895816</guid><dc:creator>Akhilesh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I've few question from the link u have given &amp;quot;A Crash Course on the Depths of Win32™ Structured Exception Handling&amp;quot;.&lt;/p&gt;
&lt;p&gt;According to this article _EXCEPTION_REGISTRATION is done one per function stack level. On exception OS roams around to get proper exception from scopetable.&lt;/p&gt;
&lt;p&gt;My question is when there is multiple try/catch blocks are used in function which exception is the one is getting registered first. e.g&lt;/p&gt;
&lt;p&gt;try&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt; &amp;nbsp; try&lt;/p&gt;
&lt;p&gt; &amp;nbsp; {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; catch(exp6)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; catch(exp5)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; }&lt;/p&gt;
&lt;p&gt; &amp;nbsp; catch(exp4)&lt;/p&gt;
&lt;p&gt; &amp;nbsp; {&lt;/p&gt;
&lt;p&gt; &amp;nbsp; }&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;catch(exp3)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;catch(exp2)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;catch(exp1)&lt;/p&gt;
&lt;p&gt;{&lt;/p&gt;
&lt;p&gt;}&lt;/p&gt;
&lt;p&gt;Also If above is written in managed code which exception is the one to get registered? or something different happens&lt;/p&gt;
&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9895816" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: 2009 05.18 ~ 05.24</title><link>http://blogs.msdn.com/b/dotnet/archive/2009/05/14/how-clr-maps-seh-exceptions-to-managed-exception-types.aspx#9638174</link><pubDate>Sun, 24 May 2009 04:08:10 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9638174</guid><dc:creator>gOODiDEA</dc:creator><description>&lt;p&gt;.NETWhat'sNewintheBCLin.NET4Beta1HowCLRmapsSEHexceptionstomanagedexception...&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9638174" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: 2009 05.18 ~ 05.24</title><link>http://blogs.msdn.com/b/dotnet/archive/2009/05/14/how-clr-maps-seh-exceptions-to-managed-exception-types.aspx#9638166</link><pubDate>Sun, 24 May 2009 04:05:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9638166</guid><dc:creator>gOODiDEA.NET</dc:creator><description>&lt;p&gt;.NET What's New in the BCL in .NET 4 Beta 1 How CLR maps SEH exceptions to managed exception types Announcing&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9638166" width="1" height="1"&gt;</description></item><item><title>Interesting Finds: May 15, 2009</title><link>http://blogs.msdn.com/b/dotnet/archive/2009/05/14/how-clr-maps-seh-exceptions-to-managed-exception-types.aspx#9618621</link><pubDate>Fri, 15 May 2009 17:29:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9618621</guid><dc:creator>Jason Haley</dc:creator><description>&lt;p&gt;Interesting Finds: May 15, 2009&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9618621" width="1" height="1"&gt;</description></item><item><title>How CLR maps SEH exceptions to managed exception types | ASP NET Hosting</title><link>http://blogs.msdn.com/b/dotnet/archive/2009/05/14/how-clr-maps-seh-exceptions-to-managed-exception-types.aspx#9617139</link><pubDate>Fri, 15 May 2009 00:37:32 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9617139</guid><dc:creator>How CLR maps SEH exceptions to managed exception types | ASP NET Hosting</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://asp-net-hosting.simplynetdev.com/how-clr-maps-seh-exceptions-to-managed-exception-types/"&gt;http://asp-net-hosting.simplynetdev.com/how-clr-maps-seh-exceptions-to-managed-exception-types/&lt;/a&gt;&lt;/p&gt;
&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9617139" width="1" height="1"&gt;</description></item></channel></rss>