#IncludeExceptionDetailsInFaults
Explore tagged Tumblr posts
dotnetcrunch-blog · 8 years ago
Text
Exception Handling in WCF | FaultException
Exception Handling in WCF | FaultException
Exception Handling in WCF
When an exception occurs in a WCF service, the service serializes the exception into a SOAP fault and then sends the SOAP fault to the client.
By default, unhandled exception details are not included int SOAP faults that are propagated to the client applications doe security reasons. Instead, a generic SOAP fault is returned to the client.
For debugging purpose, if you…
View On WordPress
0 notes