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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.