<?xml version="1.0"?><rss version="2.0">
       <channel>
         <title>Programmer Kingdom</title>
		 <link>http://www.programmerkingdom.com/categories/199/error-handling-.html</link>
		 <description>Programmer Kingdom</description>
		 <image>
		   <url>http://www.programmerkingdom.com/images/logo.jpg</url>
		   <link>http://www.programmerkingdom.com/</link>
		 </image>
		 <item>
		   <title>Exception Handling: Best Practices C#</title>
		   <link>http://www.programmerkingdom.com/view/859/exception-handling:-best-practices-c.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
In this tutorial we will go over error handling
within code blocks that can make a program more robust and less
susceptible to crashing because the application will handle these
errors. 

Exception Handling: Best Practices C#



In this tutorial we will go over error handling
within code blocks that can make a program more robust and less
susceptible to crashing because the applicatio...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Retrieve error message from event log in ASP.NET2.0(VB)</title>
		   <link>http://www.programmerkingdom.com/view/860/retrieve-error-message-from-event-log-in-asp.net2.0(vb).html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
To retrieve error message, information and warning
message from Windows event log in ASP.NET 2.0 and VB.NET is very
simple. This tutorial will show you how to get the error message from
event log.

Retrieve error message from event log in ASP.NET2.0(VB)


To retrieve error message, information and warning message from Windows
event log in ASP.NET 2.0 and VB.NET is very simple. This tuto...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Recovering an Exception using ASP.NET 2.0 and C# .NET</title>
		   <link>http://www.programmerkingdom.com/view/861/recovering-an-exception-using-asp.net-2.0-and-c-.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show you how to recover an exception using ASP.NET 2.0 and C#.NET.There are many ways to re-try a try block in .NET. Here is one   simple solution to this problem.

Recovering an Exception using ASP.NET 2.0 and C# .NET


This tutorial will show you how to recover an exception using ASP.NET 2.0 and C#.NET




There are many ways to re-try a try block in .NET. Here is ...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Retrieve error message from event log in ASP.NET2.0(C#)</title>
		   <link>http://www.programmerkingdom.com/view/862/retrieve-error-message-from-event-log-in-asp.net2.0(c).html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
To retrieve error message or warning message from
Windows event log in ASP.NET 2.0 and C# is very simple. This tutorial
will show you how to get the error message from event log.

Retrieve error message from event log in ASP.NET2.0(C#)

To retrieve error message or warning message from
Windows event log in ASP.NET 2.0 and C# is very simple. This tutorial
will show you how to get the erro...........</span>]]></description>
		   <pubDate>2010-04-12T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Recovering an Exception using ASP.NET 2.0 and VB .NET</title>
		   <link>http://www.programmerkingdom.com/view/863/recovering-an-exception-using-asp.net-2.0-and-vb-.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show you how to recover an exception using ASP.NET 2.0 and VB.NET.There are many ways to re-try a try block in .NET. Here is one   simple solution to this problem.

Recovering an Exception using ASP.NET 2.0 and VB .NET

This tutorial will show you how to recover an exception using ASP.NET 2.0 and VB.NET




There are many ways to re-try a try block in .NET. Here is on...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Throwing an Exception using ASP.NET 2.0 and VB .NET</title>
		   <link>http://www.programmerkingdom.com/view/864/throwing-an-exception-using-asp.net-2.0-and-vb-.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show you how to throw exceptions using ASP.NET 2.0 and VB.NET.In this example we will be throwing exceptions when trying to create a   directory in the filesystem, so we will need the System.IO
namespace. 

Throwing an Exception using ASP.NET 2.0 and VB .NET

This tutorial will show you how to throw exceptions using ASP.NET 2.0 and VB.NET




Throwing exceptions are ...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Throwing an Exception using ASP.NET 2.0 and C# .NET</title>
		   <link>http://www.programmerkingdom.com/view/865/throwing-an-exception-using-asp.net-2.0-and-c-.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show you how to throw exceptions using ASP.NET 2.0 and C#.NET.In this example we will be throwing exceptions when trying to create a   directory in the filesystem, so we will need the System.IO
namespace. 

Throwing an Exception using ASP.NET 2.0 and C# .NET

This tutorial will show you how to throw exceptions using ASP.NET 2.0 and C#.NET




Throwing exceptions are ...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Specific Exceptions using ASP.NET 2.0 and VB .NET</title>
		   <link>http://www.programmerkingdom.com/view/867/specific-exceptions-using-asp.net-2.0-and-vb-.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show you how to catch an exception using ASP.NET 2.0 and VB.NET.The .NET Framework offers a number of types that makes catching exceptions easy.   


&nbsp;

Specific Exceptions using ASP.NET 2.0 and VB .NET


This tutorial will show you how to catch an exception using ASP.NET 2.0 and VB.NET




The .NET Framework offers a number of types that makes catching excep...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item>
		 <item>
		   <title>Catch Multiple Exceptions using ASP.NET 2.0 and VB .NET</title>
		   <link>http://www.programmerkingdom.com/view/868/catch-multiple-exceptions-using-asp.net-2.0-and-vb-.net.html</link>
		   <description><![CDATA[<a href="http://twitter.com/"></a><span>
This tutorial will show you how to catch multiple exceptions using ASP.NET 2.0 and VB.NET.The .NET Framework offers a number of exception types that makes specifying   multiple catch .. finally constructs easy.   

Catch Multiple Exceptions using ASP.NET 2.0 and VB .NET

This tutorial will show you how to catch multiple exceptions using ASP.NET 2.0 and VB.NET




The .NET Framework offe...........</span>]]></description>
		   <pubDate>2010-04-13T00:00:00-07:00</pubDate>
		 </item></channel>
	 </rss>
