Click or drag to resize

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
Syntax
public static int GetBaseHResult(
	int facilityId
)
View Source

Parameters

facilityId
Type: SystemInt32
A facility identifier.

Return Value

Type: Int32
A HRESULT base value, starting with 0xa0nnnnnn.
See Also