HResultHelperGetBaseHResult Method |
[This is preliminary documentation and is subject to change.]
Gets the HRESULT base value for the specified facility identifier.
Namespace:
NerdyDuck.CodedExceptions
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic static int GetBaseHResult(
int facilityId
)
Public Shared Function GetBaseHResult (
facilityId As Integer
) As Integer
View SourceParameters
- facilityId
- Type: SystemInt32
A facility identifier.
Return Value
Type:
Int32A HRESULT base value, starting with 0xa0nnnnnn.
See Also