<?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; error</title>
	<atom:link href="http://tipsinterview.com/tag/error/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Sun, 20 May 2012 05:16:12 +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>Description of the Jet 4.0 Database Engine hotfix package for Windows XP SP2, Windows Server 2003 SP1, Windows Server 2003 SP2, Windows Vista,  Windows Vista SP1, and Windows Server 2008: October &#8230;</title>
		<link>http://tipsinterview.com/2012/01/29/description-of-the-jet-4-0-database-engine-hotfix-package-for-windows-xp-sp2-windows-server-2003-sp1-windows-server-2003-sp2-windows-vista-windows-vista-sp1-and-windows-server-2008-october/</link>
		<comments>http://tipsinterview.com/2012/01/29/description-of-the-jet-4-0-database-engine-hotfix-package-for-windows-xp-sp2-windows-server-2003-sp1-windows-server-2003-sp2-windows-vista-windows-vista-sp1-and-windows-server-2008-october/#comments</comments>
		<pubDate>Sun, 29 Jan 2012 09:55:37 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[Database]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[Jet]]></category>
		<category><![CDATA[knowledge base article]]></category>
		<category><![CDATA[microsoft knowledge base]]></category>
		<category><![CDATA[microsoft knowledge base article]]></category>
		<category><![CDATA[Msaccess]]></category>
		<category><![CDATA[oracle 10g database]]></category>
		<category><![CDATA[service pack 1]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2012/01/29/description-of-the-jet-4-0-database-engine-hotfix-package-for-windows-xp-sp2-windows-server-2003-sp1-windows-server-2003-sp2-windows-vista-windows-vista-sp1-and-windows-server-2008-october/</guid>
		<description><![CDATA[SymptomsThis article describes the Microsoft Jet 4.0 Database Engine issues that are fixed in the Jet 4.0 Database Engine hotfix package that is dated October 23, 2007.ResolutionIssues that the hotfix package fixesThis hotfix package fixes the following issue: The original release of this hotfix introduced an issue that also affects Windows Vista Service Pack 1 [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2012/01/29/description-of-the-jet-4-0-database-engine-hotfix-package-for-windows-xp-sp2-windows-server-2003-sp1-windows-server-2003-sp2-windows-vista-windows-vista-sp1-and-windows-server-2008-october/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Issues specific to partial methods</title>
		<link>http://tipsinterview.com/2011/10/01/code-issues-specific-to-partial-methods/</link>
		<comments>http://tipsinterview.com/2011/10/01/code-issues-specific-to-partial-methods/#comments</comments>
		<pubDate>Sat, 01 Oct 2011 07:46:29 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[access modifiers]]></category>
		<category><![CDATA[CodeRush]]></category>
		<category><![CDATA[Declaration]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[extern]]></category>
		<category><![CDATA[method declaration]]></category>
		<category><![CDATA[override]]></category>
		<category><![CDATA[Partial]]></category>
		<category><![CDATA[partial structure]]></category>
		<category><![CDATA[void]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=607</guid>
		<description><![CDATA[There are several conditions that are applied to partial methods, such as: Partial methods must be void Signatures of both parts of partial methods must match Access modifiers are not allowed for partial methods Partial methods must be declared in partial classes etc You don’t have to remember all these conditions if you have the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/10/01/code-issues-specific-to-partial-methods/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Exceptions in .NET</title>
		<link>http://tipsinterview.com/2010/12/25/custom-exceptions-in-net/</link>
		<comments>http://tipsinterview.com/2010/12/25/custom-exceptions-in-net/#comments</comments>
		<pubDate>Sat, 25 Dec 2010 05:59:17 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[c developer]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[eventuality]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[exception class]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[object oriented programming]]></category>
		<category><![CDATA[object oriented programming tutorial]]></category>
		<category><![CDATA[oriented programming techniques]]></category>
		<category><![CDATA[set]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=480</guid>
		<description><![CDATA[The .NET Framework provides a rich set of system-defined exception types that can be thrown and caught by the C# developer. However, the list of available exceptions does not cover every eventuality and often it is more appropriate to define custom exceptions for specific error scenarios. This can be achieved by deriving a new exception [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/12/25/custom-exceptions-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Exception.InnerException in .NET</title>
		<link>http://tipsinterview.com/2010/12/22/what-is-exception-innerexception-in-net/</link>
		<comments>http://tipsinterview.com/2010/12/22/what-is-exception-innerexception-in-net/#comments</comments>
		<pubDate>Wed, 22 Dec 2010 05:58:33 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[exception object]]></category>
		<category><![CDATA[Exceptions]]></category>
		<category><![CDATA[filenotfoundexception]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[initial error]]></category>
		<category><![CDATA[ioexception]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[result]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=478</guid>
		<description><![CDATA[When an exception X is thrown as a direct result of a previous exception Y, the InnerException property of X should contain a reference to Y. Use the InnerException property to obtain the set of exceptions that led to the current exception. You can create a new exception that catches an earlier exception. The code [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/12/22/what-is-exception-innerexception-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Throw Exceptions? (.NET Topic)</title>
		<link>http://tipsinterview.com/2010/12/09/why-throw-exceptions-net-topic/</link>
		<comments>http://tipsinterview.com/2010/12/09/why-throw-exceptions-net-topic/#comments</comments>
		<pubDate>Thu, 09 Dec 2010 05:54:28 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[c runtime]]></category>
		<category><![CDATA[condition]]></category>
		<category><![CDATA[developing software]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error condition]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[exception handling]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[program flow]]></category>
		<category><![CDATA[status]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=469</guid>
		<description><![CDATA[During normal processing, it is possible for an error condition to be detected. In older languages the method or subroutine would be exited early and a return code would be used to indicate the error status. When developing software for the .NET framework, this method is possible but does not provide all of the flexibility [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/12/09/why-throw-exceptions-net-topic/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>What is break mode? What are the options to step through code?</title>
		<link>http://tipsinterview.com/2010/08/11/what-is-break-mode-what-are-the-options-to-step-through-code/</link>
		<comments>http://tipsinterview.com/2010/08/11/what-is-break-mode-what-are-the-options-to-step-through-code/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 05:51:04 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[Break]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[execution]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[snapshot]]></category>
		<category><![CDATA[step]]></category>
		<category><![CDATA[variables]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=380</guid>
		<description><![CDATA[What is break mode? What are the options to step through code? Break mode lets you to observe code line to line in order to locate error. VS.NET provides following option to step through code. Step Into Step Over Step Out Run To Cursor Set Next Statement .NET debug and trace classes - August 25, 2008 at [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/08/11/what-is-break-mode-what-are-the-options-to-step-through-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is validationsummary server control?where it is used in asp.net?</title>
		<link>http://tipsinterview.com/2010/03/04/what-is-validationsummary-server-controlwhere-it-is-used-in-asp-net/</link>
		<comments>http://tipsinterview.com/2010/03/04/what-is-validationsummary-server-controlwhere-it-is-used-in-asp-net/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 00:42:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[error message]]></category>
		<category><![CDATA[error messages]]></category>
		<category><![CDATA[message box]]></category>
		<category><![CDATA[paragraph]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[validation]]></category>
		<category><![CDATA[ValidationSummary]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/04/what-is-validationsummary-server-controlwhere-it-is-used-in-asp-net/</guid>
		<description><![CDATA[The ValidationSummary control allows you to summarize the error messages from all validation controls on a Web page in a single location. The summary can be displayed as a list, a bulleted list, or a single paragraph, based on the value of the DisplayMode property. The error message displayed in the ValidationSummary control for each [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/04/what-is-validationsummary-server-controlwhere-it-is-used-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What are the variuos Enterprise Application Blocks in .NET</title>
		<link>http://tipsinterview.com/2010/03/03/what-are-the-variuos-enterprise-application-blocks-in-net/</link>
		<comments>http://tipsinterview.com/2010/03/03/what-are-the-variuos-enterprise-application-blocks-in-net/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 00:46:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[block]]></category>
		<category><![CDATA[block logging]]></category>
		<category><![CDATA[Caching]]></category>
		<category><![CDATA[data application]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[exception error]]></category>
		<category><![CDATA[Handling]]></category>
		<category><![CDATA[security application]]></category>
		<category><![CDATA[Unity Application]]></category>
		<category><![CDATA[validation]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/03/03/what-are-the-variuos-enterprise-application-blocks-in-net/</guid>
		<description><![CDATA[Exception error Handling Caching Application Block Data Application Block Logging Application Block Security Application Block Unity Application Block Policy Injection Application Block Validation Application Block]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/03/03/what-are-the-variuos-enterprise-application-blocks-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

