Hello,
I am using Enterprise Library 4.1 and want to implement Exception handling and logging. I am able to setup one policy that handles general Exceptions of the System.Exception type. I call this policy 'Data Access Policy'.
In a general application development rule, how many policies should I create? What are the best practices for catching SqlExceptions? Should a separate policy be defined?
What I am looking for is some suggestions from folks who develop applications using Enterprise Library and how they setup the policies for exception handling and some examples would help.
Thanks