ExceptionSettings::RemoveByCode Method (UInt32)

 

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

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

void RemoveByCode(
	unsigned int Code
)

Parameters

Code
Type: System::UInt32

The code of the ExceptionSetting object to remove.

Return to top
Show: