All Articles for Tag
Global Exception Handling in VB.Net Tutorial
A global exception handler is used to catch all unhandled exceptions within a given application. To handle exceptions globally you can use a built in .NET solution, extend a solution or use pre-built solutions. Today we'll focus on a pre-built solution by ClearInsights. Overview ClearInsights logging provides integrated exception handling... Read More