ExceptionSettings::SupportsExceptionCodes Property
Visual Studio 2015
Gets whether this exception settings group supports exception codes.
Assembly: EnvDTE90 (in EnvDTE90.dll)
Property Value
Type: System::BooleanA 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.
Show: