Share via


ExceptionSettings.SupportsExceptionCodes Property

Definition

Gets whether this exception settings group supports exception codes.

public:
 property bool SupportsExceptionCodes { bool get(); };
public:
 property bool SupportsExceptionCodes { bool get(); };
[System.Runtime.InteropServices.DispId(5)]
public bool SupportsExceptionCodes { [System.Runtime.InteropServices.DispId(5)] get; }
[<System.Runtime.InteropServices.DispId(5)>]
[<get: System.Runtime.InteropServices.DispId(5)>]
member this.SupportsExceptionCodes : bool
Public ReadOnly Property SupportsExceptionCodes As Boolean

Property Value

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

Attributes

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.

Applies to