HResultHelperErrorIdMask Field |
[This is preliminary documentation and is subject to change.]
A bit mask to filter the error id of the
HResult.
Namespace:
NerdyDuck.CodedExceptions
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic const int ErrorIdMask = 65535
Public Const ErrorIdMask As Integer = 65535
View SourceField Value
Type:
Int32
Remarks
Examplesint ErrorId = ex.HResult & HResultHelper.ErrorIdMask;
See Also