How to intercept WCF errors on the client side

Posted by Schneider on Stack Overflow See other posts from Stack Overflow or by Schneider
Published on 2010-06-10T07:58:19Z Indexed on 2010/06/10 8:02 UTC
Read the original article Hit count: 384

Filed under:
|

On the server side there is IErrorHandler etc.

On the client, exceptions are thrown when you call the methods on the channel.

Is there a way to intercept the exceptions on the client before they are throw during invocation of method?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about wcf