Q How can I get the original exception (occurred on the server) on the client side? I am working with a self-hosted WCF service and C# 4 and trying to set up proper exception handling.
What\'s the best way to unit test expected faults from WCF services? I am attempting to unit test a WCF service which is (correctly) throwing FaultExceptions for a certain reproducible error. The uni
There is a localization mechanism in WCF that enables one to localize faults returned to client, via a FaultReasonText object that\'s a part of the fault.