ComponentOne Bitmap for UWP
GetResultFromException Method

C1.UWP.DX Assembly > C1.Util.DX Namespace > HResult Structure : GetResultFromException Method
The exception
Gets a HResult from an System.Exception.
Syntax
'Declaration
 
Public Shared Function GetResultFromException( _
   ByVal ex As System.Exception _
) As HResult
public static HResult GetResultFromException( 
   System.Exception ex
)

Parameters

ex
The exception

Return Value

The associated result code
See Also

Reference

HResult Structure
HResult Members