Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets whether this exception settings group supports exception codes.
Namespace: EnvDTE90
Assembly: EnvDTE90 (in EnvDTE90.dll)
Syntax
'Declaration
ReadOnly Property SupportsExceptionCodes As Boolean
'Usage
Dim instance As ExceptionSettings
Dim value As Boolean
value = instance.SupportsExceptionCodes
bool SupportsExceptionCodes { get; }
property bool SupportsExceptionCodes {
bool 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.