<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>C# 411 &#187; Errors</title>
	<atom:link href="http://www.csharp411.com/category/errors/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.csharp411.com</link>
	<description>C# Information, Code, Tips and News</description>
	<lastBuildDate>Mon, 19 Jul 2010 14:56:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Exceptions are for Exceptions</title>
		<link>http://www.csharp411.com/exceptions-are-for-exceptions/</link>
		<comments>http://www.csharp411.com/exceptions-are-for-exceptions/#comments</comments>
		<pubDate>Fri, 29 May 2009 14:17:14 +0000</pubDate>
		<dc:creator>timm</dc:creator>
				<category><![CDATA[Errors]]></category>
		<category><![CDATA[Performance]]></category>

		<guid isPermaLink="false">http://www.csharp411.com/exceptions-are-for-exceptions/</guid>
		<description><![CDATA[Most programmers know that throwing exceptions takes a relatively long time to execute versus normal processing.&#160; Some say throwing exceptions is as much as two orders of magnitude slower than passing arguments (that’s 100 times slower for non-geeks).&#160; However, another article claims there’s almost no impact to throwing exceptions, unless you are running your software [...]


Related posts:<ol><li><a href='http://www.csharp411.com/enumerate-collections-without-exceptions/' rel='bookmark' title='Permanent Link: Enumerate Collections without Exceptions'>Enumerate Collections without Exceptions</a></li><li><a href='http://www.csharp411.com/net-installed-on-almost-80-of-windows-pcs/' rel='bookmark' title='Permanent Link: .NET Installed on Almost 80% of Windows PCs'>.NET Installed on Almost 80% of Windows PCs</a></li><li><a href='http://www.csharp411.com/c-overloaded-methods-with-inherited-arguments/' rel='bookmark' title='Permanent Link: C# Overloaded Methods with Inherited Arguments'>C# Overloaded Methods with Inherited Arguments</a></li></ol>]]></description>
		<wfw:commentRss>http://www.csharp411.com/exceptions-are-for-exceptions/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
