<?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>JuanTraverso.net &#187; exceptions</title>
	<atom:link href="http://www.juantraverso.net/blog/tag/exceptions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juantraverso.net/blog</link>
	<description>Worklog, Desarrollo, C#, PHP, C++, .NET...</description>
	<lastBuildDate>Sun, 13 Nov 2011 12:30:01 +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>UriFormatException: URI hostname could not be parsed</title>
		<link>http://www.juantraverso.net/blog/2009/12/27/uriformatexception-uri-hostname-could-not-be-parsed/</link>
		<comments>http://www.juantraverso.net/blog/2009/12/27/uriformatexception-uri-hostname-could-not-be-parsed/#comments</comments>
		<pubDate>Sun, 27 Dec 2009 13:21:17 +0000</pubDate>
		<dc:creator>Juan Traverso</dc:creator>
				<category><![CDATA[Programación]]></category>
		<category><![CDATA[c++]]></category>
		<category><![CDATA[exceptions]]></category>
		<category><![CDATA[windows mobile]]></category>

		<guid isPermaLink="false">http://www.juantraverso.net/blog/?p=107</guid>
		<description><![CDATA[Esta excepción de C# me ha tenido en jaque durante las ultimas doce horas, en un fragmento de código que hasta ahora había funcionado como un reloj: baseUri = new Uri(base_url,UriKind.Absolute); finalUri = new Uri(baseUri, apiUri); //Creates and configures the request object req = (HttpWebRequest)WebRequest.Create(finalUri); req.Method = &#8220;POST&#8221;; req.UserAgent = &#8220;aaa&#8221;; req.ContentType = &#8220;application/x-www-form-urlencoded&#8221;; req.ContentLength = [...]]]></description>
		<wfw:commentRss>http://www.juantraverso.net/blog/2009/12/27/uriformatexception-uri-hostname-could-not-be-parsed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

