ExceptionSettings Methods

 

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

NameDescription
System_CAPS_pubmethodGetEnumerator()

Gets an enumeration for items in a collection.

System_CAPS_pubmethodItem(Object^)

Gets an indexed member of this collection.

System_CAPS_pubmethodItemFromCode(UInt32)

System_CAPS_pubmethodNewException(String^, UInt32)

Creates a new ExceptionSetting object for this category.

System_CAPS_pubmethodRemove(Object^)

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

System_CAPS_pubmethodRemoveByCode(UInt32)

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

System_CAPS_pubmethodSetBreakWhenThrown(Boolean, ExceptionSetting^)

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

System_CAPS_pubmethodSetBreakWhenUserUnhandled(Boolean, ExceptionSetting^)

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

Return to top
Show: