ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX Namespace / HResult Structure / HResult Constructor / HResult Constructor(UInt32)
The HRESULT error code.

In This Topic
    HResult Constructor(UInt32)
    In This Topic
    Initializes a new instance of the HResult struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal code As System.UInteger _
    )
    public HResult( 
       System.uint code
    )

    Parameters

    code
    The HRESULT error code.
    See Also