In VB.net, I know how to use simple try and catch blocks of code. However, to use this, each function/sub has to have this code entered (as I understand). Is it possible to implement an application wide exception handler that can cater to all errors in an application.
If so, can I please have a link to a resource or some example code to have a look at?
If so, can I please have a link to a resource or some example code to have a look at?