ExceptionSettings::Remove Method (Object^)

 

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

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

void Remove(
	Object^ Index
)

Parameters

Index
Type: System::Object^

The index of the ExceptionSetting object to remove.

This method allows you to delete only exceptions that you have added. Built-in exception types cannot be deleted. If you attempt to delete a built-in exception, you will get the error message "Deletion of Built-In ExceptionSetting objects is not allowed."

Return to top
Show: