Wednesday, February 2, 2011

WCF Faults and Exceptions

Having spent the whole day trying to send exception information back up to the client....

Make it easy on yourself and do not include the Exception class as a property of the FaultException class. But if you do look at the links below.


How to impliment the IErrorHandler
http://codeidol.com/csharp/wcf/Faults/Error-Handling-Extensions/

How to make Exception class serialize using IErrorHandler:
http://www.woutware.com/blog/?tag=/faultexception

No comments:

Post a Comment