<?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: Structured Exception Handling in .NET Part 3: The Exception Class</title>
	<atom:link href="http://rainstorms.me.uk/blog/2008/03/18/structured-exception-handling-in-net-part-3-the-exception-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://rainstorms.me.uk/blog/2008/03/18/structured-exception-handling-in-net-part-3-the-exception-class/</link>
	<description>Problems that I come across in day to day coding</description>
	<lastBuildDate>Tue, 30 Aug 2011 06:31:50 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Structured Exception Handling in .NET Part 5: Throwing new Exceptions &#124; Wizz's Coding Solutions</title>
		<link>http://rainstorms.me.uk/blog/2008/03/18/structured-exception-handling-in-net-part-3-the-exception-class/comment-page-1/#comment-3312</link>
		<dc:creator>Structured Exception Handling in .NET Part 5: Throwing new Exceptions &#124; Wizz's Coding Solutions</dc:creator>
		<pubDate>Sun, 05 Jul 2009 13:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://rainstorms.me.uk/blog/2008/03/18/structured-exception-handling-in-net-part-3-the-exception-class/#comment-3312</guid>
		<description>[...] something unexpected happened.  In order to throw an Exception, first you create an object of type Exception, or a class which inherits from Exception if there is a more appropriate one.  You should also set [...]</description>
		<content:encoded><![CDATA[<p>[...] something unexpected happened.  In order to throw an Exception, first you create an object of type Exception, or a class which inherits from Exception if there is a more appropriate one.  You should also set [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wizz&#8217;s Coding Solutions &#187; Blog Archive &#187; .NET Compilation Part 1: Profiles</title>
		<link>http://rainstorms.me.uk/blog/2008/03/18/structured-exception-handling-in-net-part-3-the-exception-class/comment-page-1/#comment-13</link>
		<dc:creator>Wizz&#8217;s Coding Solutions &#187; Blog Archive &#187; .NET Compilation Part 1: Profiles</dc:creator>
		<pubDate>Tue, 18 Mar 2008 18:16:38 +0000</pubDate>
		<guid isPermaLink="false">http://rainstorms.me.uk/blog/2008/03/18/structured-exception-handling-in-net-part-3-the-exception-class/#comment-13</guid>
		<description>[...] about how the source code maps to the compiled code.  This means that eg. when you get an Exception, the StackTrace property will give you information including line [...]</description>
		<content:encoded><![CDATA[<p>[...] about how the source code maps to the compiled code.  This means that eg. when you get an Exception, the StackTrace property will give you information including line [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

