ExceptionSettings Members
Include Protected Members
Include Inherited Members
A collection of ExceptionSetting objects, each representing a set of exception settings for the debugger.
The ExceptionSettings type exposes the following members.
Methods
Name
Description
Overloaded.
Gets an indexed member of a ExceptionSettings collection.
Creates a new ExceptionSetting object for this category.
Deletes the ExceptionSetting object specified by index from the ExceptionSettings collection.
Deletes the ExceptionSetting object specified by code from the ExceptionSettings collection.
Enables or disables the BreakWhenThrown property for the specified ExceptionSetting. The property passed in by the ExceptionSetting object will now reflect this value.
Enables or disables the BreakWhenUserUnhandled property for the specified ExceptionSetting. The property passed in by the ExceptionSetting object will now reflect this value.
Top
Properties
Name
Description
Gets a value indicating the number of exception settings in the ExceptionSettings collection.
Gets the top-level extensibility object.
Gets the name of the specified exception setting.
Gets the immediate parent object of an ExceptionSettings collection, in this case the Debugger3 object.
Gets whether this exception settings group supports exception codes.
Top