tags:

views:

10

answers:

0

Hi,

I'm looking for a wayt to catch all exceptions throw from my wcf proxy, but on the client side. This way I can check if it is a special type of FaultException an act upon this accordingly. For instance:

if T = InvalidPermission then I could show a dialogbox displaying nog enough permissions, etc...

related questions