<?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>Blackkettle &#187; WPF</title>
	<atom:link href="http://blog.blackkettle.org/category/wpf/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.blackkettle.org</link>
	<description>Things of Occasional Interest</description>
	<lastBuildDate>Wed, 10 Feb 2010 16:03:09 +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>You Don&#8217;t Need A Meaningful API If You&#8217;ve Got Meaningful Error Messages</title>
		<link>http://blog.blackkettle.org/2007/02/14/you-dont-need-a-meaningful-api-if-youve-got-meaningful-error-messages/</link>
		<comments>http://blog.blackkettle.org/2007/02/14/you-dont-need-a-meaningful-api-if-youve-got-meaningful-error-messages/#comments</comments>
		<pubDate>Tue, 13 Feb 2007 23:46:49 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Coding]]></category>
		<category><![CDATA[WPF]]></category>
		<category><![CDATA[XAML]]></category>

		<guid isPermaLink="false">http://blog.blackkettle.org/2007/02/14/you-dont-need-a-meaningful-api-if-youve-got-meaningful-error-messages/</guid>
		<description><![CDATA[Woo, long time no update.
Anyhoo, in my WPF explorations today, I managed to trigger this little gem:
System.ArgumentOutOfRangeException : '100' is not a valid
Percent value for a KeyTime. The Percent value must be a number
from 0.0 to 1.0.

What the hell were they thinking?
]]></description>
			<content:encoded><![CDATA[<p>Woo, long time no update.</p>
<p>Anyhoo, in my WPF explorations today, I managed to trigger this little gem:</p>
<pre><code>System.ArgumentOutOfRangeException : '100' is not a valid
Percent value for a KeyTime. The Percent value must be a number
from 0.0 to 1.0.</code></pre>
</p>
<p>What the hell were they thinking?</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.blackkettle.org/2007/02/14/you-dont-need-a-meaningful-api-if-youve-got-meaningful-error-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
