ExceptionSettings.SupportsExceptionCodes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.