Adding your own .NET exceptions to Visual Studio

You can easily add your own exceptions into Visual Studio so that you do not need to add them in each time into your project when debugging your code.

I have only checked this against Visual Studio 2003, but it looks like it would works the same in Visual Studio 2000 and Visual Studio 2005. BR>Start up regedit and go to

Then

add in the new Folder, eg MyCustomExceptions. Add in two DWORD keys, State and Code. Now add in the new exceptions as folders each with their own keys of State and Code.
Here is an example registry exported file for two exceptions generated by the ANTLR system…