Exception Assistant
The Exception Assistant is a feature for debugging C# and Visual Basic applications. It provides more information about an exception than the Exceptions dialog box, which is used by other languages such as C/C++.
In This Section
How to: Correct Run-Time Errors with the Exception Assistant
Explains how to use the Exception Assistant to correct run-time errors.How to: Use the Exception Assistant
Describes the properties of an exception object and explains how to view details on an exception from the Exception Assistant.Troubleshooting Code Access Security Exceptions
Describes common causes of code access security violations and suggests ways to address them.