Mapping the System.Exception with FaultException

Posted by user357342 on Stack Overflow See other posts from Stack Overflow or by user357342
Published on 2010-06-03T10:17:21Z Indexed on 2010/06/03 10:24 UTC
Read the original article Hit count: 169

Filed under:
|

I have used exception sheilding feature of application block, to map System.Exception with class that is marked as DataContract. It works very well. But When I have mapped the System.Exception with FaultException, I got the below error message.

"An error has occurred while consuming this service. Please contact your administrator for more information. Error ID: fe2d28b5-8d26-430e-baf4-fe4b39da853c"

Please let me know whether I can map the System.Exception with FaultException

© Stack Overflow or respective owner

Related posts about .NET

Related posts about exception-handling