Reputation: 1421
I have ExceptionPolicy, that catching all System.Exceptions. Now I have issue, how can I change that policy, to not catch FaultExceptions?
Thanks
Upvotes: 2
Views: 361
Reputation: 6618
catch FaultExceptions explicitly and rethrow it if needed.
Upvotes: 1