ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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