What does a Windows Communication Foundation, or WCF, service application use to present exception information to clients by default?

 Posted by Lokesh76 on 3/15/2011 | Category: WCF Interview questions | Views: 8852 | Points: 40
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 

Comments or Responses

Login to post response