ExceptionSettings.SupportsExceptionCodes Property

Gets whether this exception settings group supports exception codes.

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

Syntax

'Declaration
ReadOnly Property SupportsExceptionCodes As Boolean
bool SupportsExceptionCodes { get; }
property bool SupportsExceptionCodes {
    bool get ();
}
abstract SupportsExceptionCodes : bool with get
function get SupportsExceptionCodes () : boolean

Property Value

Type: System.Boolean
A boolean value; true if the group supports exception codes, false if otherwise.

Remarks

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.

.NET Framework Security

See Also

Reference

ExceptionSettings Interface

EnvDTE90 Namespace

Other Resources

Automation Object Model Chart