<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Errors During Dispatch</title>
	<atom:link href="http://jacksondunstan.com/articles/608/feed" rel="self" type="application/rss+xml" />
	<link>http://jacksondunstan.com/articles/608</link>
	<description>Mastering AS3</description>
	<lastBuildDate>Mon, 14 May 2012 17:02:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: jackson</title>
		<link>http://jacksondunstan.com/articles/608/comment-page-1#comment-553</link>
		<dc:creator>jackson</dc:creator>
		<pubDate>Fri, 05 Mar 2010 18:07:42 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=608#comment-553</guid>
		<description>I tried it:

&lt;pre lang=&quot;actionscript3&quot;&gt;
log(&quot;before&quot;);
throw new AsyncErrorEvent(&quot;boo&quot;);
log(&quot;after&quot;);
&lt;/pre&gt;

But I don&#039;t get the second log. Can you provide sample code?</description>
		<content:encoded><![CDATA[<p>I tried it:</p>

<div class="wp_syntax"><div class="code"><pre class="actionscript3" style="font-family:monospace;"><span style="color: #004993;">log</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;before&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #0033ff; font-weight: bold;">throw</span> <span style="color: #0033ff; font-weight: bold;">new</span> <span style="color: #004993;">AsyncErrorEvent</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;boo&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>
<span style="color: #004993;">log</span><span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;after&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span></pre></div></div>

<p>But I don&#8217;t get the second log. Can you provide sample code?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Toland</title>
		<link>http://jacksondunstan.com/articles/608/comment-page-1#comment-550</link>
		<dc:creator>Jon Toland</dc:creator>
		<pubDate>Fri, 05 Mar 2010 03:45:27 +0000</pubDate>
		<guid isPermaLink="false">http://jacksondunstan.com/?p=608#comment-550</guid>
		<description>This looks a lot like the behaviour of AsyncErrorEvent:

http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/events/AsyncErrorEvent.html

Just try throwing that error to see what I mean.</description>
		<content:encoded><![CDATA[<p>This looks a lot like the behaviour of AsyncErrorEvent:</p>
<p><a href="http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/events/AsyncErrorEvent.html" rel="nofollow">http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/events/AsyncErrorEvent.html</a></p>
<p>Just try throwing that error to see what I mean.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

