How to: Correct Run-Time Errors with the Exception Assistant
The Exception Assistant, which appears whenever a run-time exception occurs in the debugger, shows the type of exception, troubleshooting tips, and corrective actions that may be applied through the Exception Assistant.
An exception is an object that inherits from the Exception class. An exception is thrown by code whenever a problem occurs; it is passed up the stack until the application handles it or the program fails.
Note
The options available in dialog boxes, and the names and locations of menu commands you see, might differ from what is described in Help, depending on your active settings or edition. This Help page was written for users who have selected General Development Settings. To change your settings, select Import and Export Settings on the Tools menu. For more information, see Visual Studio Settings.
The following table lists the actions that may appear in the Exception Assistant Actions pane:
Action |
Description |
---|---|
Find out more about the exception |
Displays the properties of the exception object, which can be copied to the Clipboard. |
Add permission. |
Adds necessary security permissions. |
To enable or disable Exception Assistant
On the Tools menu, click Options.
In the Options dialog box, open the Debugging node and click General.
In the General box, select or clear Enable the exception assistant.
To apply an action from the Exception Assistant Actions pane
- Click the action you want to perform.
See Also
Tasks
How to: Use the Exception Assistant
Reference
Exception Assistant Dialog Box
Other Resources
Choosing When to Use Structured and Unstructured Exception Handling