<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Visual Studio .NET Tips &amp; Tricks</title>
	<atom:link href="http://visualstudiotips.wordpress.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://visualstudiotips.wordpress.com</link>
	<description>Helpful information for Visual Studio .NET developers</description>
	<lastBuildDate>Wed, 21 Jun 2006 13:14:14 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Tip: Treat Warnings as Errors by Ion Toma</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/16/tip-treat-warnings-as-errors/#comment-54</link>
		<dc:creator>Ion Toma</dc:creator>
		<pubDate>Wed, 21 Jun 2006 13:14:14 +0000</pubDate>
		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/16/tip-treat-warnings-as-errors/#comment-54</guid>
		<description>See if the information found at the following address can help: 

http://haacked.com/archive/2006/06/07/ExamineAnExceptionInACatchBlock.aspx</description>
		<content:encoded><![CDATA[<p>See if the information found at the following address can help: </p>
<p><a href="http://haacked.com/archive/2006/06/07/ExamineAnExceptionInACatchBlock.aspx" rel="nofollow">http://haacked.com/archive/2006/06/07/ExamineAnExceptionInACatchBlock.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tip: Treat Warnings as Errors by Steve Crane</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/16/tip-treat-warnings-as-errors/#comment-45</link>
		<dc:creator>Steve Crane</dc:creator>
		<pubDate>Tue, 20 Jun 2006 14:45:07 +0000</pubDate>
		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/16/tip-treat-warnings-as-errors/#comment-45</guid>
		<description>I have always tried to program without warnings but find that with C# this is a little difficult in one respect.  Let&#039;s assume that in a block of code I wish to suppress a particular error that I expect may happen but allow other errors to return up to a higher error handler.  I might code something like this;

try
{
  ...
}
catch (ExceptionX e)
{
  // deliberately suppressing this exception
}

This code compiles without errors and works as I want.  It does however generate a compile-time warning because I am not using the ExceptionX variable e.

Does anyone know how I can achieve the desired result without getting a compile-time warning?</description>
		<content:encoded><![CDATA[<p>I have always tried to program without warnings but find that with C# this is a little difficult in one respect.  Let&#8217;s assume that in a block of code I wish to suppress a particular error that I expect may happen but allow other errors to return up to a higher error handler.  I might code something like this;</p>
<p>try<br />
{<br />
  &#8230;<br />
}<br />
catch (ExceptionX e)<br />
{<br />
  // deliberately suppressing this exception<br />
}</p>
<p>This code compiles without errors and works as I want.  It does however generate a compile-time warning because I am not using the ExceptionX variable e.</p>
<p>Does anyone know how I can achieve the desired result without getting a compile-time warning?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Tip: VS.NET Add-ins by pollock</title>
		<link>http://visualstudiotips.wordpress.com/2006/04/17/tip-vsnet-add-ins/#comment-14</link>
		<dc:creator>pollock</dc:creator>
		<pubDate>Tue, 13 Jun 2006 23:42:02 +0000</pubDate>
		<guid isPermaLink="false">https://visualstudiotips.wordpress.com/2006/04/17/tip-vsnet-add-ins/#comment-14</guid>
		<description>looking for information and found it at this great site.</description>
		<content:encoded><![CDATA[<p>looking for information and found it at this great site.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
