<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0" xmlns:s="http://updates.zdnet.com/">
<channel>
	<title><![CDATA[exception Resources | ZDNet]]></title>
	<link><![CDATA[http://updates.zdnet.com/tags/exception.html]]></link>
	<description><![CDATA[White papers, case studies, technical articles, and blog posts relating to exception]]></description>
	<s:counts start="0" returned="20" found="20" />
	<language>en-us</language>
	<item>
		<title><![CDATA[On Exceptions and Rules: Best Practices for Where, When, and How to Handle Exceptions]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=383439]]></link>
		<description><![CDATA[If an exception is raised in the declaration section of one's block, that block's exception section cannot handle the exception. That doesn't seem right. Why does PL/SQL work this way, and what does it mean for the author's coding practices? If an exception is raised in the declaration section of...]]></description>
		<s:doctype><![CDATA[White papers]]></s:doctype>
		<pubDate>Tue, 01 Jul 2008 00:00:00 -0700</pubDate>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/best+practice.html"><![CDATA[Best Practice]]></category>
		<category domain="http://updates.zdnet.com/tags/programming+languages.html"><![CDATA[Programming Languages]]></category>
		<category domain="http://updates.zdnet.com/tags/team+management.html"><![CDATA[Team Management]]></category>
		<category domain="http://updates.zdnet.com/tags/databases.html"><![CDATA[Databases]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
		<category domain="http://updates.zdnet.com/tags/management.html"><![CDATA[Management]]></category>
		<category domain="http://updates.zdnet.com/tags/enterprise+software.html"><![CDATA[Enterprise Software]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://updates.zdnet.com/tags/data+management.html"><![CDATA[Data Management]]></category>
	</item>
	<item>
		<title><![CDATA[BlackBerry Patent app proposes Low memory manager for "graceful shutdown"]]></title>
		<link><![CDATA[http://blogs.zdnet.com/blackberry/?p=504]]></link>
		<description><![CDATA[    When one of our devices crashes or shuts down because of memory issues, one of the last words we would ever use to describe the circumstances is "graceful."    Yes, but graceful is indeed part of the title of a just-published BlackBerry Patent application...]]></description>
		<s:doctype><![CDATA[Blog posts]]></s:doctype>
		<pubDate>Thu, 03 Jan 2008 13:50:32 -0800</pubDate>
		<category domain="http://updates.zdnet.com/tags/message.html"><![CDATA[Message]]></category>
		<category domain="http://updates.zdnet.com/tags/application.html"><![CDATA[Application]]></category>
		<category domain="http://updates.zdnet.com/tags/operating+system.html"><![CDATA[Operating System]]></category>
		<category domain="http://updates.zdnet.com/tags/memory.html"><![CDATA[Memory]]></category>
		<category domain="http://updates.zdnet.com/tags/rim+blackberry.html"><![CDATA[RIM BlackBerry]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/computer.html"><![CDATA[Computer]]></category>
		<category domain="http://updates.zdnet.com/tags/blackberry+patent+app.html"><![CDATA[BlackBerry Patent App]]></category>
		<category domain="http://updates.zdnet.com/tags/memory+manager.html"><![CDATA[Memory Manager]]></category>
		<category domain="http://updates.zdnet.com/tags/abstract.html"><![CDATA[Abstract]]></category>
		<category domain="http://updates.zdnet.com/tags/russell+shaw.html"><![CDATA[Russell Shaw]]></category>
	</item>
	<item>
		<title><![CDATA[Makamaka: Google's grand plan for social networking]]></title>
		<link><![CDATA[http://blogs.zdnet.com/BTL/?p=6223]]></link>
		<description><![CDATA[David Greenfield points to a post by Google Operating System via Google Blogoscoped about a video explaining Google's plans to add a social fabric to its applications, a la Facebook. The video, which has been removed from Google Video, apparently comes from an in-house "tech talk" presentation by Google's Ben...]]></description>
		<s:doctype><![CDATA[Blog posts]]></s:doctype>
		<pubDate>Tue, 11 Sep 2007 17:07:52 -0700</pubDate>
		<category domain="http://updates.zdnet.com/tags/social+networking.html"><![CDATA[Social Networking]]></category>
		<category domain="http://updates.zdnet.com/tags/google+inc..html"><![CDATA[Google Inc.]]></category>
		<category domain="http://updates.zdnet.com/tags/network.html"><![CDATA[Network]]></category>
		<category domain="http://updates.zdnet.com/tags/google+reader.html"><![CDATA[Google Reader]]></category>
		<category domain="http://updates.zdnet.com/tags/clustering.html"><![CDATA[Clustering]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/user.html"><![CDATA[User]]></category>
		<category domain="http://updates.zdnet.com/tags/news.html"><![CDATA[News]]></category>
		<category domain="http://updates.zdnet.com/tags/makamaka.html"><![CDATA[Makamaka]]></category>
		<category domain="http://updates.zdnet.com/tags/mustang.html"><![CDATA[Mustang]]></category>
		<category domain="http://updates.zdnet.com/tags/dan+farber.html"><![CDATA[Dan Farber]]></category>
		<category domain="http://rss.financialcontent.com/stocksymbol">GOOG</category>
		<category domain="tickers">GOOG</category>
	</item>
	<item>
		<title><![CDATA[Dealing With Floating-Point Exceptions in MSVC7\8]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=899837]]></link>
		<description><![CDATA[Because the scientific and engineering numeric floating-point calculation approximates real arithmetic, the precision of this format can create situations wherein the floating-point operations results are not acceptable in some domains. A programming error can create some pretty sticky exceptional situations, but this is also a byproduct of the nature of...]]></description>
		<s:doctype><![CDATA[White papers]]></s:doctype>
		<pubDate>Fri, 13 Jul 2007 00:00:00 -0700</pubDate>
		<category domain="http://updates.zdnet.com/tags/jupitermedia+corp..html"><![CDATA[Jupitermedia Corp.]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/development+tools.html"><![CDATA[Development Tools]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
		<category domain="http://rss.financialcontent.com/stocksymbol">JUPM</category>
		<category domain="tickers">JUPM</category>
	</item>
	<item>
		<title><![CDATA[Muvixer 1.2 (Windows)]]></title>
		<link><![CDATA[http://downloads.zdnet.com/abstract.aspx?docid=764905]]></link>
		<description><![CDATA[Do you play games such as Battlefield 2 that reset the recording device to &apos;Microphone&apos; even though you actually use a different line such as Line 2? With Muvixer, you no longer have to worry. Muvixer allows you to select the line you always want to use and if Battlefield...]]></description>
		<s:doctype><![CDATA[Software downloads]]></s:doctype>
		<pubDate>Fri, 02 Feb 2007 00:00:00 -0800</pubDate>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/muvenum.html"><![CDATA[MuvEnum]]></category>
		<category domain="http://updates.zdnet.com/tags/muvixer+1.2.html"><![CDATA[Muvixer 1.2]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+windows.html"><![CDATA[Microsoft Windows]]></category>
		<category domain="http://updates.zdnet.com/tags/firewalls.html"><![CDATA[Firewalls]]></category>
		<category domain="http://updates.zdnet.com/tags/games.html"><![CDATA[Games]]></category>
		<category domain="http://updates.zdnet.com/tags/network+security.html"><![CDATA[Network Security]]></category>
		<category domain="http://updates.zdnet.com/tags/operating+systems.html"><![CDATA[Operating Systems]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://updates.zdnet.com/tags/networking.html"><![CDATA[Networking]]></category>
		<category domain="http://updates.zdnet.com/tags/personal+technology.html"><![CDATA[Personal Technology]]></category>
	</item>
	<item>
		<title><![CDATA[MSDN Webcast: Developing Professional Microsoft ASP.NET Applications: Exception Handling (Level 200)]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=393353]]></link>
		<description><![CDATA[This webcast discuss, develop, and implement a strategy from the ground up for handling exceptions in the Microsoft ASP.NET applications. It covers exception bubbling, security, and custom exceptions. The webcast also provide an overview of the Enterprise Library for the Microsoft .NET Framework from the Microsoft patterns & practices group...]]></description>
		<s:doctype><![CDATA[Webcasts]]></s:doctype>
		<pubDate>Thu, 09 Nov 2006 00:00:00 -0800</pubDate>
		<category domain="http://updates.zdnet.com/tags/microsoft+developer+network.html"><![CDATA[Microsoft Developer Network]]></category>
		<category domain="http://updates.zdnet.com/tags/webcast.html"><![CDATA[Webcast]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+asp.net.html"><![CDATA[Microsoft ASP.NET]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+corp..html"><![CDATA[Microsoft Corp.]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/.net.html"><![CDATA[.Net]]></category>
		<category domain="http://updates.zdnet.com/tags/middleware.html"><![CDATA[Middleware]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
		<category domain="http://updates.zdnet.com/tags/enterprise+software.html"><![CDATA[Enterprise Software]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://rss.financialcontent.com/stocksymbol">MSFT</category>
		<category domain="tickers">MSFT</category>
	</item>
	<item>
		<title><![CDATA[Explore the Enterprise Library Exception Handling Block for .NET 2.0]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=302744]]></link>
		<description><![CDATA[The Enterprise Library Exception Handling Block provides all the underlying plumbing code required to handle exceptions. Stop writing repetitive exception handling code and learn how to use it in the own applications to make exception handling consistent and effective. In an ideal world, all the code one writes would always...]]></description>
		<s:doctype><![CDATA[White papers]]></s:doctype>
		<pubDate>Fri, 12 May 2006 00:00:00 -0700</pubDate>
		<category domain="http://updates.zdnet.com/tags/microsoft+.net+framework+2.0.html"><![CDATA[Microsoft .NET Framework 2.0]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/enterprise+library+exception+handling+block.html"><![CDATA[Enterprise Library Exception Handling Block]]></category>
		<category domain="http://updates.zdnet.com/tags/.net.html"><![CDATA[.Net]]></category>
		<category domain="http://updates.zdnet.com/tags/application+servers.html"><![CDATA[Application Servers]]></category>
		<category domain="http://updates.zdnet.com/tags/middleware.html"><![CDATA[Middleware]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
		<category domain="http://updates.zdnet.com/tags/enterprise+software.html"><![CDATA[Enterprise Software]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
	</item>
	<item>
		<title><![CDATA[RealBasic Install Exception Handling 1.0 (Mac)]]></title>
		<link><![CDATA[http://downloads.zdnet.com/abstract.aspx?docid=460783]]></link>
		<description><![CDATA[The RealBasic Install Exception Handling, Really IDE tool provides a way for a developer to put a generic exception handling system into a program after it has been written. The download provides an applescript that gives developers a way to dump an entire program in XML out of the IDE....]]></description>
		<s:doctype><![CDATA[Software downloads]]></s:doctype>
		<pubDate>Mon, 11 Apr 2005 00:00:00 -0700</pubDate>
		<category domain="http://updates.zdnet.com/tags/ide.html"><![CDATA[IDE]]></category>
		<category domain="http://updates.zdnet.com/tags/apple+macintosh.html"><![CDATA[Apple Macintosh]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/lens+art.html"><![CDATA[Lens Art]]></category>
		<category domain="http://updates.zdnet.com/tags/xml.html"><![CDATA[XML]]></category>
		<category domain="http://updates.zdnet.com/tags/development+tools.html"><![CDATA[Development Tools]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
		<category domain="http://updates.zdnet.com/tags/web+development.html"><![CDATA[Web Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
	</item>
	<item>
		<title><![CDATA[MSDN Architecture Webcast: Patterns & Practices Live - Enterprise Library Exception Handling Application Block (Level 300)]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=332173]]></link>
		<description><![CDATA[Exceptions happen...the question is what to do handle them. Poorly written applications behave unpredictably when exceptions occur and often this bad behavior results in crashes or security holes. The attendee of this webcast will learn how to create exception policies that can be consistently and quickly applied in application to...]]></description>
		<s:doctype><![CDATA[Webcasts]]></s:doctype>
		<pubDate>Thu, 17 Mar 2005 00:00:00 -0800</pubDate>
		<category domain="http://updates.zdnet.com/tags/microsoft+developer+network.html"><![CDATA[Microsoft Developer Network]]></category>
		<category domain="http://updates.zdnet.com/tags/webcast.html"><![CDATA[Webcast]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/security.html"><![CDATA[Security]]></category>
	</item>
	<item>
		<title><![CDATA[SlayFire Interceptor 1.1 (Mac)]]></title>
		<link><![CDATA[http://downloads.zdnet.com/abstract.aspx?docid=453589]]></link>
		<description><![CDATA[SlayFire Interceptor makes a detailed recording of your software as it runs to show you exactly where and how runtime exceptions occur. In a matter of minutes you will see: - Exactly where exceptions happen - True program state - Accurate, call-by-call program flow - Actual values of arguments]]></description>
		<s:doctype><![CDATA[Software downloads]]></s:doctype>
		<pubDate>Wed, 03 Nov 2004 00:00:00 -0800</pubDate>
		<category domain="http://updates.zdnet.com/tags/apple+macintosh.html"><![CDATA[Apple Macintosh]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/slayfire+interceptor.html"><![CDATA[SlayFire Interceptor]]></category>
		<category domain="http://updates.zdnet.com/tags/desktops.html"><![CDATA[Desktops]]></category>
		<category domain="http://updates.zdnet.com/tags/tools+%2526+techniques.html"><![CDATA[Tools & Techniques]]></category>
		<category domain="http://updates.zdnet.com/tags/hardware.html"><![CDATA[Hardware]]></category>
		<category domain="http://updates.zdnet.com/tags/management.html"><![CDATA[Management]]></category>
	</item>
	<item>
		<title><![CDATA[CLRxLint 1.0 (Windows)]]></title>
		<link><![CDATA[http://downloads.zdnet.com/abstract.aspx?docid=681109]]></link>
		<description><![CDATA[From the developer: ""Fremont, CA - Software4net, Inc. announces immediate availability of CLRxLint 1.0 checked exception verifier for Microsoft .NET platform. With support for any MS CLR-based languages including C#, VB.NET and Managed C++, CLRxLint is the only solution that introduces concept of checked exception for .NET platform. CLRxLint allows...]]></description>
		<s:doctype><![CDATA[Software downloads]]></s:doctype>
		<pubDate>Thu, 28 Nov 2002 00:00:00 -0800</pubDate>
		<category domain="http://updates.zdnet.com/tags/microsoft+intermediate+language.html"><![CDATA[Microsoft Intermediate Language]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+windows.html"><![CDATA[Microsoft Windows]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/clr.html"><![CDATA[CLR]]></category>
		<category domain="http://updates.zdnet.com/tags/software4net.html"><![CDATA[Software4net]]></category>
		<category domain="http://updates.zdnet.com/tags/clrxlint+1.0.html"><![CDATA[CLRxLint 1.0]]></category>
		<category domain="http://updates.zdnet.com/tags/.net.html"><![CDATA[.Net]]></category>
		<category domain="http://updates.zdnet.com/tags/middleware.html"><![CDATA[Middleware]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
		<category domain="http://updates.zdnet.com/tags/enterprise+software.html"><![CDATA[Enterprise Software]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
	</item>
	<item>
		<title><![CDATA[Debugger Selector 1.11 (Windows)]]></title>
		<link><![CDATA[http://downloads.zdnet.com/abstract.aspx?docid=677155]]></link>
		<description><![CDATA[Windows software developers can have multiple exception handling tools installed and are normally required to amend registry entries to swap between them. Debugger Selector changes that. Now, with Debugger Selector, the exception handling tools (for example Visual C++ or WinDebug) can be defined either in advance or when the exception...]]></description>
		<s:doctype><![CDATA[Software downloads]]></s:doctype>
		<pubDate>Tue, 16 Jul 2002 00:00:00 -0700</pubDate>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/byrne+consultancy.html"><![CDATA[Byrne Consultancy]]></category>
		<category domain="http://updates.zdnet.com/tags/debugger+selector.html"><![CDATA[Debugger Selector]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+windows.html"><![CDATA[Microsoft Windows]]></category>
		<category domain="http://updates.zdnet.com/tags/productivity.html"><![CDATA[Productivity]]></category>
		<category domain="http://updates.zdnet.com/tags/operating+systems.html"><![CDATA[Operating Systems]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
	</item>
	<item>
		<title><![CDATA[Microsoft Picture It! Photo 2001 Patch: Resolves Msvcrt.dll Exception Update (Windows)]]></title>
		<link><![CDATA[http://downloads.zdnet.com/abstract.aspx?docid=417769]]></link>
		<description><![CDATA[When you use one of the programs listed at the beginning of this article, you may receive the following error message: PIP caused an exception 10H in module MSVCRT.DLL at 015f:78001f30 NOTE : The address may vary. PIP caused ipf in module ppedit5.dll; PIP caused exception 10h in Piservr5.dll; PIP...]]></description>
		<s:doctype><![CDATA[Software downloads]]></s:doctype>
		<pubDate>Fri, 15 Dec 2000 00:00:00 -0800</pubDate>
		<category domain="http://updates.zdnet.com/tags/module.html"><![CDATA[Module]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+corp..html"><![CDATA[Microsoft Corp.]]></category>
		<category domain="http://updates.zdnet.com/tags/photograph.html"><![CDATA[Photograph]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/pip.html"><![CDATA[PIP]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+windows.html"><![CDATA[Microsoft Windows]]></category>
		<category domain="http://updates.zdnet.com/tags/operating+systems.html"><![CDATA[Operating Systems]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://rss.financialcontent.com/stocksymbol">MSFT</category>
		<category domain="tickers">MSFT</category>
	</item>
	<item>
		<title><![CDATA[Microsoft Picture It! Publishing 2001 Patch: Msvcrt.dll Exception Update (Windows)]]></title>
		<link><![CDATA[http://downloads.zdnet.com/abstract.aspx?docid=417771]]></link>
		<description><![CDATA[When you use one of the programs listed at the beginning of this article, you may receive the following error message: PIP caused an exception 10H in module MSVCRT.DLL at 015f:78001f30 NOTE: The address may vary.  PIP caused ipf in module ppedit5.dll; PIP caused exception 10h in Piservr5.dll; PIP...]]></description>
		<s:doctype><![CDATA[Software downloads]]></s:doctype>
		<pubDate>Fri, 15 Dec 2000 00:00:00 -0800</pubDate>
		<category domain="http://updates.zdnet.com/tags/module.html"><![CDATA[Module]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+corp..html"><![CDATA[Microsoft Corp.]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/pip.html"><![CDATA[PIP]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+windows.html"><![CDATA[Microsoft Windows]]></category>
		<category domain="http://updates.zdnet.com/tags/patches.html"><![CDATA[Patches]]></category>
		<category domain="http://updates.zdnet.com/tags/security.html"><![CDATA[Security]]></category>
		<category domain="http://updates.zdnet.com/tags/operating+systems.html"><![CDATA[Operating Systems]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://rss.financialcontent.com/stocksymbol">MSFT</category>
		<category domain="tickers">MSFT</category>
	</item>
	<item>
		<title><![CDATA[Microsoft Picture It! Publishing 2001 Gold Patch: Msvcrt.dll Exception Update (Windows)]]></title>
		<link><![CDATA[http://downloads.zdnet.com/abstract.aspx?docid=417773]]></link>
		<description><![CDATA[When you use one of the programs listed at the beginning of this article, you may receive the following error message: PIP caused an exception 10H in module MSVCRT.DLL at 015f:78001f30 NOTE : The address may vary. PIP caused ipf in module ppedit5.dll; PIP caused exception 10h in Piservr5.dll; PIP...]]></description>
		<s:doctype><![CDATA[Software downloads]]></s:doctype>
		<pubDate>Fri, 15 Dec 2000 00:00:00 -0800</pubDate>
		<category domain="http://updates.zdnet.com/tags/module.html"><![CDATA[Module]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+corp..html"><![CDATA[Microsoft Corp.]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/pip.html"><![CDATA[PIP]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+windows.html"><![CDATA[Microsoft Windows]]></category>
		<category domain="http://updates.zdnet.com/tags/operating+systems.html"><![CDATA[Operating Systems]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://rss.financialcontent.com/stocksymbol">MSFT</category>
		<category domain="tickers">MSFT</category>
	</item>
	<item>
		<title><![CDATA[Defensive Programming - Level 200]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=82801]]></link>
		<description><![CDATA[This is the fifth webcast in the 15 part series "Modern Software Development in .NET Using Visual Basic". Developers shouldn't miss this opportunity to examine the following topics with renowned author Joe Hummel, PhD: Exception handling; Application and class design with exceptions; Assertions; Debugging. ]]></description>
		<s:doctype><![CDATA[Webcasts]]></s:doctype>
		<category domain="http://updates.zdnet.com/tags/microsoft+corp..html"><![CDATA[Microsoft Corp.]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/programming.html"><![CDATA[Programming]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/development+tools.html"><![CDATA[Development Tools]]></category>
		<category domain="http://updates.zdnet.com/tags/.net.html"><![CDATA[.Net]]></category>
		<category domain="http://updates.zdnet.com/tags/application+servers.html"><![CDATA[Application Servers]]></category>
		<category domain="http://updates.zdnet.com/tags/middleware.html"><![CDATA[Middleware]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
		<category domain="http://updates.zdnet.com/tags/enterprise+software.html"><![CDATA[Enterprise Software]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://rss.financialcontent.com/stocksymbol">MSFT</category>
		<category domain="tickers">MSFT</category>
	</item>
	<item>
		<title><![CDATA[MSDN Webcast: Exceptions Happen (Session 7): Optimized Exception Handling With Microsoft .NET - Level 200]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=300119]]></link>
		<description><![CDATA[Every developer deals with exceptions - they're part of the imperfect programming world. With so much unpredictability to account for, does person feel confident that it has enough knowledge of best practices to anticipate and handle each exception in an ideal way? In this webcast in the 14-part series "Soup...]]></description>
		<s:doctype><![CDATA[Webcasts]]></s:doctype>
		<category domain="http://updates.zdnet.com/tags/microsoft+developer+network.html"><![CDATA[Microsoft Developer Network]]></category>
		<category domain="http://updates.zdnet.com/tags/webcast.html"><![CDATA[Webcast]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+corp..html"><![CDATA[Microsoft Corp.]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/.net.html"><![CDATA[.Net]]></category>
		<category domain="http://updates.zdnet.com/tags/application+servers.html"><![CDATA[Application Servers]]></category>
		<category domain="http://updates.zdnet.com/tags/development+tools.html"><![CDATA[Development Tools]]></category>
		<category domain="http://updates.zdnet.com/tags/middleware.html"><![CDATA[Middleware]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
		<category domain="http://updates.zdnet.com/tags/enterprise+software.html"><![CDATA[Enterprise Software]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://rss.financialcontent.com/stocksymbol">MSFT</category>
		<category domain="tickers">MSFT</category>
	</item>
	<item>
		<title><![CDATA[Navigating Error Recovery Code in Java Applications]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=301342]]></link>
		<description><![CDATA[Java provides a program-level exception handling mechanism in response to error conditions that are translated into exceptions by Java VM. However, exception handling code is often widely scattered throughout an application and untested. This paper presents a program visualization tool ExTest that shows quite precisely all the handlers for exceptions...]]></description>
		<s:doctype><![CDATA[White papers]]></s:doctype>
		<category domain="http://updates.zdnet.com/tags/java+application.html"><![CDATA[Java Application]]></category>
		<category domain="http://updates.zdnet.com/tags/recovery.html"><![CDATA[Recovery]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/programming+languages.html"><![CDATA[Programming Languages]]></category>
		<category domain="http://updates.zdnet.com/tags/java.html"><![CDATA[Java]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
	</item>
	<item>
		<title><![CDATA[MSDN Webcast: Errors and Exceptions in SQL Server 2005 (Level 200)]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=310730]]></link>
		<description><![CDATA[Exceptions can occur in even the most stringently tested software, simply because one cannot check every condition in advance. Although one cannot always anticipate an exception, it is important to design software so that it can recover gracefully when and if one occurs. The attendee of this webcast will learn...]]></description>
		<s:doctype><![CDATA[Webcasts]]></s:doctype>
		<category domain="http://updates.zdnet.com/tags/microsoft+developer+network.html"><![CDATA[Microsoft Developer Network]]></category>
		<category domain="http://updates.zdnet.com/tags/webcast.html"><![CDATA[Webcast]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+sql+server.html"><![CDATA[Microsoft SQL Server]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/microsoft+sql+server+2005.html"><![CDATA[Microsoft SQL Server 2005]]></category>
		<category domain="http://updates.zdnet.com/tags/databases.html"><![CDATA[Databases]]></category>
		<category domain="http://updates.zdnet.com/tags/enterprise+software.html"><![CDATA[Enterprise Software]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://updates.zdnet.com/tags/data+management.html"><![CDATA[Data Management]]></category>
	</item>
	<item>
		<title><![CDATA[MSDN Webcast: Windows Communication Foundation Top to Bottom (Part 04 of 15): Exceptions and Faults (Level 200)]]></title>
		<link><![CDATA[http://whitepapers.zdnet.com/abstract.aspx?docid=320176]]></link>
		<description><![CDATA[In a distributed system, exceptions that occur remotely must traverse process or computer boundaries before they reach the client. In a service-oriented architecture SOA, the boundary is a service boundary that may be located in the same process, or across process or computer boundaries. Beyond these distribution boundaries, there may...]]></description>
		<s:doctype><![CDATA[Webcasts]]></s:doctype>
		<category domain="http://updates.zdnet.com/tags/microsoft+developer+network.html"><![CDATA[Microsoft Developer Network]]></category>
		<category domain="http://updates.zdnet.com/tags/webcast.html"><![CDATA[Webcast]]></category>
		<category domain="http://updates.zdnet.com/tags/windows+communication+foundation.html"><![CDATA[Windows Communication Foundation]]></category>
		<category domain="http://updates.zdnet.com/tags/boundary.html"><![CDATA[Boundary]]></category>
		<category domain="http://updates.zdnet.com/tags/exception.html"><![CDATA[Exception]]></category>
		<category domain="http://updates.zdnet.com/tags/soap.html"><![CDATA[SOAP]]></category>
		<category domain="http://updates.zdnet.com/tags/service-oriented+architecture+%2528soa%2529.html"><![CDATA[Service-Oriented Architecture (SOA)]]></category>
		<category domain="http://updates.zdnet.com/tags/web+services.html"><![CDATA[Web Services]]></category>
		<category domain="http://updates.zdnet.com/tags/productivity.html"><![CDATA[Productivity]]></category>
		<category domain="http://updates.zdnet.com/tags/.net.html"><![CDATA[.Net]]></category>
		<category domain="http://updates.zdnet.com/tags/middleware.html"><![CDATA[Middleware]]></category>
		<category domain="http://updates.zdnet.com/tags/enterprise+software.html"><![CDATA[Enterprise Software]]></category>
		<category domain="http://updates.zdnet.com/tags/software.html"><![CDATA[Software]]></category>
		<category domain="http://updates.zdnet.com/tags/software+development.html"><![CDATA[Software Development]]></category>
		<category domain="http://updates.zdnet.com/tags/software%252fweb+development.html"><![CDATA[Software/Web Development]]></category>
	</item>
</channel>
</rss>
