Take advantage of custom exception classes to extend error handling or add meaningful information to the errors thrown by your .Net applications An exception is an ...
While working on a recent project, I found a piece of code that performed resource cleanup. Because it had many diverse calls, it could potentially throw six different exceptions. The original ...