Click or drag to resize

HResultHelper Fields

[This is preliminary documentation and is subject to change.]

The HResultHelper type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCode exampleCustomHResultMask
A bit mask to check if the HResult is a custom value.
Public fieldStatic memberCode exampleErrorIdMask
A bit mask to filter the error id of the HResult.
Public fieldStatic memberCode exampleFacilityIdMask
A bit mask to filter the id of the facility (= the assembly) that threw the exception.
Public fieldStatic memberCode exampleFacilityIdShift
The number of bits to shift an HResult to the left to get the facility (= the assembly) id on the lowest bit.
Public fieldStatic memberHResultBase
The base value for all custom HRESULT values, to unambiguously distinguish the exceptions from Microsoft error codes.
Top
See Also