ExceptionSettings::SupportsExceptionCodes Property

 

Gets whether this exception settings group supports exception codes.

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

property bool SupportsExceptionCodes {
	bool get();
}

Property Value

Type: System::Boolean

A boolean value; true if the group supports exception codes, false if otherwise.

If the exception settings group supports exception codes, then the code of the exception acts as a unique key in the collection and duplicate names are allowed. Otherwise, the names must be unique.

Return to top
Show: