Exception Handling Frequency/Log Detail
- by Cyborgx37
I am working on a fairly complex .NET application that interacts with another application. Many single-line statements are possible culprits for throwing an Exception and there is often nothing I can do to check the state before executing them to prevent these Exceptions.
The question is, based on best practices and seasoned experience, how…