What does a Windows Communication Foundation, or WCF, service application use to present exception information to clients by default?
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.
No comments:
Post a Comment