<?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>Interview Tips &#187; system exception</title>
	<atom:link href="http://tipsinterview.com/tag/system-exception/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:45:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Minimal Exceptions Types in .NET</title>
		<link>http://tipsinterview.com/2010/12/15/minimal-exceptions-types-in-net/</link>
		<comments>http://tipsinterview.com/2010/12/15/minimal-exceptions-types-in-net/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 05:55:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[default constructor]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[exception class]]></category>
		<category><![CDATA[LoginFailedException]]></category>
		<category><![CDATA[mechanism]]></category>
		<category><![CDATA[minimum implementation]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[string message]]></category>
		<category><![CDATA[system exception]]></category>
		<category><![CDATA[Types]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=474</guid>
		<description><![CDATA[The absolute minimum a new custom exception class needs to have is a name. Let’s say you are designing the login mechanism for a database application and as part of this job you need to create a custom exception which is thrown if a login attempt fails. A good name for such an exception would [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/12/15/minimal-exceptions-types-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exceptions Overview in .NET</title>
		<link>http://tipsinterview.com/2010/12/05/exceptions-overview-in-net/</link>
		<comments>http://tipsinterview.com/2010/12/05/exceptions-overview-in-net/#comments</comments>
		<pubDate>Sun, 05 Dec 2010 05:40:59 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[call]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[exception handler]]></category>
		<category><![CDATA[exception objects]]></category>
		<category><![CDATA[flow of control]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[keyword]]></category>
		<category><![CDATA[system exception]]></category>
		<category><![CDATA[text description]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=467</guid>
		<description><![CDATA[Exceptions are types that all ultimately derive from System.Exception. Exception objects contain detailed information about the error, such as the state of the call stack and a text description of the error Code in a finally block is executed even if an exception is thrown. Use a finally block to release resources, for example to [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/12/05/exceptions-overview-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# Interview Questions &amp; Answers, Part 2</title>
		<link>http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/</link>
		<comments>http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/#comments</comments>
		<pubDate>Wed, 10 Mar 2010 00:33:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[business logic]]></category>
		<category><![CDATA[c syntax]]></category>
		<category><![CDATA[catch]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[HashTable]]></category>
		<category><![CDATA[parameter data]]></category>
		<category><![CDATA[system exception]]></category>
		<category><![CDATA[tier application]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/</guid>
		<description><![CDATA[11. How can you sort the elements of the array in descending order? By calling Sort() and then Reverse() methods. 12. What’s the .NET collection class that allows an element to be accessed using a unique key? HashTable. 13. What class is underneath the SortedList class? A sorted HashTable. 14. Will the finally block get [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/10/c-interview-questions-answers-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>40 C# interview questions and answers</title>
		<link>http://tipsinterview.com/2010/02/01/40-c-interview-questions-and-answers/</link>
		<comments>http://tipsinterview.com/2010/02/01/40-c-interview-questions-and-answers/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 17:05:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[class documentation]]></category>
		<category><![CDATA[copyto]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[La.]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[parameter data]]></category>
		<category><![CDATA[StringBuilder]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[system exception]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/02/01/40-c-interview-questions-and-answers/</guid>
		<description><![CDATA[What’s the difference between the Debug class and Trace class? Documentation looks the same. Use Debug class for debug builds, use Trace class for both debug and release builds. Why are there five tracing levels in System.Diagnostics.TraceSwitcher? The tracing dumps can be quite verbose and for some applications that are constantly running you run the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/02/01/40-c-interview-questions-and-answers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

