ExceptionExtensions Methods |
[This is preliminary documentation and is subject to change.]
The ExceptionExtensions type exposes the following members.
| Name | Description | |
|---|---|---|
| GetErrorId |
Gets the error identifier part of a HResult.
| |
| GetFacilityId |
Gets the facility (= the assembly) identifier part of an HResult.
| |
| IsCodedException |
Checks if the type of the specified instance of Exception
or a derived class has a CodedExceptionAttribute.
| |
| IsCustomHResult |
Checks if the HResult of the exception is a custom error value.
|