What
happens if there is an unhandled exception in WCF?
If there is an unhandled exception in WCF, the
the service model returns a general SOAP fault, that does not include any
exception specific details by default. However, you can include exception
details in SOAP faults, using IncludeExceptionDetailsInFaults attribute. If
IncludeExceptionDetailsInFaults is enabled, exception details including stack
trace are included in the generated SOAP fault. IncludeExceptionDetailsInFaults
should be enabled for debugging purposes only. Sending stack trace details is
risky
No comments :
Post a Comment