
Handle WPF Application Exceptions all in one Place
Learn how to handle all of the exceptions from your WPF applications in one place. Avoid writing Try/Catch blocks everywhere in your code unless you really need them. Please note: You would still continue to write Try/Catch Blocks around your logical piece of code, to catch specific exceptions such as