How to intercept WCF errors on the client side
- by Schneider
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?