Click or drag to resize

HResultHelperHResultBase Field

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

The base value for all custom HRESULT values, to unambiguously distinguish the exceptions from Microsoft error codes.

Namespace:  NerdyDuck.CodedExceptions
Assembly:  NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntax
public const int HResultBase = -1610612736
View Source

Field Value

Type: Int32
Remarks
See the HRESULT definition at MSDN for more information about the definition of HRESULT values.
See Also