WCF FaultHandling
The WCF service cannot return a .NET exception to the client. The WCF service and the client communicate by passing SOAP messages. If an exception occurs, the WCF runtime serializes the exception into XML and passes that to the client. By default, the service does not send any information explaining what happened. WCF does not ...