HResultHelper Fields |
[This is preliminary documentation and is subject to change.]
The HResultHelper type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() ![]() | CustomHResultMask |
A bit mask to check if the HResult is a custom value.
|
![]() ![]() ![]() | ErrorIdMask |
A bit mask to filter the error id of the HResult.
|
![]() ![]() ![]() | FacilityIdMask |
A bit mask to filter the id of the facility (= the assembly) that threw the exception.
|
![]() ![]() ![]() | FacilityIdShift |
The number of bits to shift an HResult to the left to get the facility (= the assembly) id on the lowest bit.
|
![]() ![]() | HResultBase |
The base value for all custom HRESULT values, to unambiguously distinguish the exceptions from Microsoft error codes.
|