Click or drag to resize

HResultHelperGetFacilityId Method

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

Gets the facility (= the assembly) identifier part of an HResult.

Namespace:  NerdyDuck.CodedExceptions
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public static int GetFacilityId(
	int hresult
)
View Source

Parameters

hresult
Type: SystemInt32
The HResult to extract the facility identifier from.

Return Value

Type: Int32
The facility identifier.
See Also