<?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>ASPcenter.net &#187; on error</title>
	<atom:link href="http://www.aspcenter.net/tag/on-error/feed" rel="self" type="application/rss+xml" />
	<link>http://www.aspcenter.net</link>
	<description>Il blog degli sviluppatori ASP e .NET</description>
	<lastBuildDate>Mon, 08 Mar 2010 10:03:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Gestione degli errori VBScript</title>
		<link>http://www.aspcenter.net/2010/02/gestione-errori-vbscript.html</link>
		<comments>http://www.aspcenter.net/2010/02/gestione-errori-vbscript.html#comments</comments>
		<pubDate>Thu, 18 Feb 2010 11:11:39 +0000</pubDate>
		<dc:creator>lukeonweb</dc:creator>
				<category><![CDATA[Gestione degli Errori]]></category>
		<category><![CDATA[errori asp]]></category>
		<category><![CDATA[errori vbscriot]]></category>
		<category><![CDATA[on error]]></category>
		<category><![CDATA[on error resume next]]></category>

		<guid isPermaLink="false">http://www.aspcenter.net/?p=140</guid>
		<description><![CDATA[ASP permette una comoda gestione degli errori attraverso il comando On Error Resume Next. Il suo utilizzo è molto semplice: è sufficiente impostare la dichiarazione all&#8217;inizio di una qualsiasi pagina ASP che, per eventi vari, potrebbe incorrere in un errore di run-time

&#60;%@LANGUAGE = VBScript%&#62;
&#60;%
    On Error Resume Next
%&#62;
&#60;html&#62;
...


In questo modo l&#8217;errore viene [...]]]></description>
		<wfw:commentRss>http://www.aspcenter.net/2010/02/gestione-errori-vbscript.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

