<?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: Exception serialization &amp; WCF</title>
	<atom:link href="http://www.suddenelfilio.net/2007/01/19/exception-serialization-wcf/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.suddenelfilio.net/2007/01/19/exception-serialization-wcf/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=exception-serialization-wcf</link>
	<description>Passionate about software development</description>
	<lastBuildDate>Tue, 07 Sep 2010 11:08:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Jeff</title>
		<link>http://www.suddenelfilio.net/2007/01/19/exception-serialization-wcf/comment-page-1/#comment-11</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 21 Jan 2009 19:48:54 +0000</pubDate>
		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/2007/01/19/exception-serialization-wcf/#comment-11</guid>
		<description>Have you tried using DataContractSerializer to serialize your exception? Essentially that is what WCF would be using underneath if you were to create your own exception type that inherits form FaultException and exposed a publish property called something like RealException.</description>
		<content:encoded><![CDATA[<p>Have you tried using DataContractSerializer to serialize your exception? Essentially that is what WCF would be using underneath if you were to create your own exception type that inherits form FaultException and exposed a publish property called something like RealException.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Badera</title>
		<link>http://www.suddenelfilio.net/2007/01/19/exception-serialization-wcf/comment-page-1/#comment-10</link>
		<dc:creator>Andrew Badera</dc:creator>
		<pubDate>Wed, 06 Feb 2008 14:01:07 +0000</pubDate>
		<guid isPermaLink="false">http://suddenelfilio.wordpress.com/2007/01/19/exception-serialization-wcf/#comment-10</guid>
		<description>Hello-

Interesting work ... but do you have to explicitly serialize and deserialize in order to throw the exception over the service boundary? If so, what sort of pattern have you implemented?</description>
		<content:encoded><![CDATA[<p>Hello-</p>
<p>Interesting work &#8230; but do you have to explicitly serialize and deserialize in order to throw the exception over the service boundary? If so, what sort of pattern have you implemented?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
