Click or drag to resize

HResultHelperIsCustomHResult Method

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

Checks if the specified HRESULT is a custom error value.

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

Parameters

hresult
Type: SystemInt32
The HResult to check.

Return Value

Type: Boolean
, if hresult is a custom value; otherwise, .
See Also