hovkar
hovkar

Reputation: 1421

Enterprise Library Exception Handling Application Block

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

Answers (1)

crauscher
crauscher

Reputation: 6618

catch FaultExceptions explicitly and rethrow it if needed.

Upvotes: 1

Related Questions