How to get full callstack of FaultException
- by Yosi Cohen
Hi,
I have a WCF service that throws an exception.
I get a FaultException in the client without an InnerException.
I only have part of the callstack of the original exception, from which it's hard to understand what caused this.
How do I get the original exception or at least all the callstack?
Thanks.