how to view web service exception details
Steve Richter <[email protected]>
| Newsgroups | gmane.comp.windows.off-topic |
|---|---|
| Message-ID | <[email protected]> |
Is there a visual studio way to view the exception details returned by a WCF web service when "<serviceDebug includeExceptionDetailInFaults="true" />" is used in the web.config of the project of the web service? Fiddler is showing me what I need to see. Is all of that exception detail info captured in a variable somewhere in the client code? All I see in the exception thrown by the client code is "not found".