A few days ago, I posted on how to configure the debugger to stop on first chance exceptions in Visual Studio .NET 2003 and Visual Studio 2005. Today, I'd like to talk about how to configure the Visual Studio debugger for handling custom exceptions implemented in your code.Visual Studio .NET 2003When running Visual Studio .NET 2003, use the steps below to add support for your custom managed exceptions.
Visual Studio 2005In Visual Studio 2005, the steps are very similar to those used in Visual Studio .NET 2003.
Once your project's exception types have been added in the Exceptions dialog, you can configure how the Visual Studio debugger handles them (ex: stop on first chance exception).Enjoy!-- DK[Edit: add link]Disclaimer(s):This posting is provided "AS IS" with no warranties, and confers no rights.Some of the information contained within this post may be in relation to beta software. Any and all details are subject to change.