How to get full callstack of FaultException

Posted by Yosi Cohen on Stack Overflow See other posts from Stack Overflow or by Yosi Cohen
Published on 2010-06-08T09:32:24Z Indexed on 2010/06/08 13:02 UTC
Read the original article Hit count: 375

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.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf