ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX Namespace / HResult Structure / GetResultFromException Method
The exception

In This Topic
    GetResultFromException Method
    In This Topic
    Gets a HResult from an System.Exception.
    Syntax
    'Declaration
     
    Public Shared Function GetResultFromException( _
       ByVal ex As Exception _
    ) As HResult
    public static HResult GetResultFromException( 
       Exception ex
    )

    Parameters

    ex
    The exception

    Return Value

    The associated result code
    See Also