<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Using Exception.Data to add additional information to an Exception</title>
	<atom:link href="http://blog.abodit.com/2010/03/using-exception-data-to-add-additional-information-to-an-exception/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.abodit.com/2010/03/using-exception-data-to-add-additional-information-to-an-exception/</link>
	<description>Living in the World&#039;s Smartest House</description>
	<lastBuildDate>Wed, 28 Dec 2011 13:30:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: SURFThru</title>
		<link>http://blog.abodit.com/2010/03/using-exception-data-to-add-additional-information-to-an-exception/#comment-1054</link>
		<dc:creator>SURFThru</dc:creator>
		<pubDate>Thu, 24 Mar 2011 14:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.abodit.com/?p=507#comment-1054</guid>
		<description>ex.Data.Add. . . . Great TIP!</description>
		<content:encoded><![CDATA[<p>ex.Data.Add. . . . Great TIP!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://blog.abodit.com/2010/03/using-exception-data-to-add-additional-information-to-an-exception/#comment-143</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Mon, 08 Mar 2010 21:53:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.abodit.com/?p=507#comment-143</guid>
		<description>@Richard: It&#039;s enumerating the cookie collection so unless it&#039;s been modified by a separate thread (unlikely) it&#039;s never going to have an issue.  try - catch here is just being paranoid,

Yes, worth mentioning although one aim here is to remove he need to create a custom exception except when you really need one.

Thanks for commenting.</description>
		<content:encoded><![CDATA[<p>@Richard: It&#8217;s enumerating the cookie collection so unless it&#8217;s been modified by a separate thread (unlikely) it&#8217;s never going to have an issue.  try &#8211; catch here is just being paranoid,</p>
<p>Yes, worth mentioning although one aim here is to remove he need to create a custom exception except when you really need one.</p>
<p>Thanks for commenting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard</title>
		<link>http://blog.abodit.com/2010/03/using-exception-data-to-add-additional-information-to-an-exception/#comment-140</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 08 Mar 2010 07:52:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.abodit.com/?p=507#comment-140</guid>
		<description>Hi Ian

A couple of things: your copde in global.asax could blow up if the cookie doesn;t exist in the cookies collection - you&#039;ll get a NullReferenceException which you will swallow

Its also worth mentioning in this context the exception snippit which builds you a correctly formed custom exception type</description>
		<content:encoded><![CDATA[<p>Hi Ian</p>
<p>A couple of things: your copde in global.asax could blow up if the cookie doesn;t exist in the cookies collection &#8211; you&#8217;ll get a NullReferenceException which you will swallow</p>
<p>Its also worth mentioning in this context the exception snippit which builds you a correctly formed custom exception type</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.070 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-02-07 05:45:41 -->

