Posts Tagged: Exception Handling
-
Jul 30, 2009
No CommentsHow to Exception Handling Block using Enterprise Library
Types of Exception Handlers The Exception Handling Application Block is designed to support the typical code contained in catch statements in application components. Instead of repeating this code (such as logging exception information) throughout identical catch blocks in an application component, the application block allows developers to encapsulate this logic as reusable exception handlers. The Exception Handling...