Share via


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

Public method

GetEnumerator

Overloaded.

Public method

Item

Gets an indexed member of a ExceptionSettings collection.

Public method

ItemFromCode

Public method

NewException

Creates a new ExceptionSetting object for this category.

Public method

Remove

Deletes the ExceptionSetting object specified by index from the ExceptionSettings collection.

Public method

RemoveByCode

Deletes the ExceptionSetting object specified by code from the ExceptionSettings collection.

Public method

SetBreakWhenThrown

Enables or disables the BreakWhenThrown property for the specified ExceptionSetting. The property passed in by the ExceptionSetting object will now reflect this value.

Public method

SetBreakWhenUserUnhandled

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

Public property

Count

Gets a value indicating the number of exception settings in the ExceptionSettings collection.

Public property

DTE

Gets the top-level extensibility object.

Public property

Name

Gets the name of the specified exception setting.

Public property

Parent

Gets the immediate parent object of an ExceptionSettings collection, in this case the Debugger3 object.

Public property

SupportsExceptionCodes

Gets whether this exception settings group supports exception codes.

Top

See Also

Reference

ExceptionSettings Interface

EnvDTE90 Namespace