New article on my web site:
Debugging custom filters for unhandled exceptions
This article shows how to debug custom filters for unhandled exceptions, and how to ensure that
our filter is always properly registered (which sometimes is not easy to do, especially if other components
of the application want to register their own filters). We will also explore how the operating system
registers and calls custom filters, and what system components may want to utilize custom
filters for their own purposes (and thus interfere with our own filters).