HResultHelperFacilityIdMask Field |
[This is preliminary documentation and is subject to change.]
A bit mask to filter the id of the facility (= the assembly) that threw the exception.
Namespace:
NerdyDuck.CodedExceptions
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic const int FacilityIdMask = 134152192
Public Const FacilityIdMask As Integer = 134152192
View SourceField Value
Type:
Int32
Remarks
Examplesint FacilityId = (ex.HResult & HResultHelper.FacilityIdMask) >> HResultHelper.FacilityIdShift;
See Also