Converts HResult (ErrorCode) from exception to format comparable with error codes in hex format.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- code
- Type: System Int32
Code to convert
Return Value
Type: Int64Code in comparable format (0x800ABCDE)
See Also