Answer:
However, the 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.
Source: http://msdn.microsoft.com/en-u | Asked In: Many Interviews |
Alert Moderator