<?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>CodeItBetter Programming &#187; Error Handling</title>
	<atom:link href="http://www.codeitbetter.com/category/error-handling-in-visual-basic/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codeitbetter.com</link>
	<description>Another VB Programming Blog</description>
	<lastBuildDate>Mon, 26 Jul 2010 16:16:18 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Create an Error Log file</title>
		<link>http://www.codeitbetter.com/how-to-create-an-error-log-file/</link>
		<comments>http://www.codeitbetter.com/how-to-create-an-error-log-file/#comments</comments>
		<pubDate>Mon, 05 Jan 2009 04:32:04 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Error Handling]]></category>
		<category><![CDATA[activex how to]]></category>
		<category><![CDATA[code visual basic]]></category>
		<category><![CDATA[create]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[microsoft visual basic]]></category>
		<category><![CDATA[source code controls]]></category>
		<category><![CDATA[subroutine]]></category>
		<category><![CDATA[tips visual basic]]></category>
		<category><![CDATA[vb net source]]></category>
		<category><![CDATA[visual basic net source code]]></category>
		<category><![CDATA[visual basic source code library]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/how-to-create-an-error-log-file/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 'Error Handling - How to Create an Error Log file Public Sub errLogger(ByVal lNum As Long, ByVal sDesc As String, ByVal sFrom As String) Dim FileNum As Integer FileNum = FreeFile Open App.Path &#38; [...]<p><a href="http://www.codeitbetter.com/how-to-create-an-error-log-file/">How to Create an Error Log file</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/how-to-create-an-error-log-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Class to handle errors in vb with loggin option to log the errors at a specific location</title>
		<link>http://www.codeitbetter.com/class-to-handle-errors-in-vb-with-loggin-option-to-log-the-errors-at-a-specific-location/</link>
		<comments>http://www.codeitbetter.com/class-to-handle-errors-in-vb-with-loggin-option-to-log-the-errors-at-a-specific-location/#comments</comments>
		<pubDate>Sun, 04 Jan 2009 16:38:54 +0000</pubDate>
		<dc:creator>John</dc:creator>
				<category><![CDATA[Error Handling]]></category>
		<category><![CDATA[activex source]]></category>
		<category><![CDATA[class]]></category>
		<category><![CDATA[computer programming]]></category>
		<category><![CDATA[errors]]></category>
		<category><![CDATA[examples]]></category>
		<category><![CDATA[handle]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[log]]></category>
		<category><![CDATA[loggin]]></category>
		<category><![CDATA[microsoft visual basic 6]]></category>
		<category><![CDATA[option]]></category>
		<category><![CDATA[specific]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[vb]]></category>
		<category><![CDATA[vb activex control]]></category>
		<category><![CDATA[visual basic 6 codes]]></category>
		<category><![CDATA[visual basic net]]></category>
		<category><![CDATA[visual source code]]></category>

		<guid isPermaLink="false">http://www.codeitbetter.com/class-to-handle-errors-in-vb-with-loggin-option-to-log-the-errors-at-a-specific-location/</guid>
		<description><![CDATA[1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 [...]<p><a href="http://www.codeitbetter.com/class-to-handle-errors-in-vb-with-loggin-option-to-log-the-errors-at-a-specific-location/">Class to handle errors in vb with loggin option to log the errors at a specific location</a> is a post from: <a href="http://www.codeitbetter.com">CodeItBetter Programming</a></p>
]]></description>
		<wfw:commentRss>http://www.codeitbetter.com/class-to-handle-errors-in-vb-with-loggin-option-to-log-the-errors-at-a-specific-location/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
