It is loaded for the first time from the registry (and after that it is saved in the solution):
HKEY_CURRENT_USER \ Software \ Microsoft \ VisualStudio [VS version] \ Configuration \ AD7Metrics \ Exception {449EC4CC-30D2-4032-9256-EE18EB41B62B} \ Runtime common language exceptions \ [namespace] \ [exception type name]
[VS version] can be 9.0 or 10.0 or any other bush (for example, 9.0Exp, if you use the VS 2008 VSK experimental bush)
[namespace] can be, for example, System and [name of exception type] System.AppDomainUnloadedException.
Then you must set the value of the Status key (to make it compatible with another existing exception configuration).
Simon mourier
source share