HResultHelperGetErrorId Method |
[This is preliminary documentation and is subject to change.]
Gets the error identifier part of an
HResult.
Namespace:
NerdyDuck.CodedExceptions
Assembly:
NerdyDuck.CodedExceptions (in NerdyDuck.CodedExceptions.dll) Version: 2.0.0+2040dad
Syntaxpublic static int GetErrorId(
int hresult
)
Public Shared Function GetErrorId (
hresult As Integer
) As Integer
View SourceParameters
- hresult
- Type: SystemInt32
The HResult to extract the error identifier from.
Return Value
Type:
Int32An error identifier.
See Also