ComponentOne Bitmap for UWP
HResult Constructor(Int32)

C1.UWP.DX Assembly > C1.Util.DX Namespace > HResult Structure > HResult Constructor : HResult Constructor(Int32)
The HRESULT error code.
Initializes a new instance of the HResult struct.
Syntax
'Declaration
 
Public Function New( _
   ByVal code As System.Integer _
)
public HResult( 
   System.int code
)

Parameters

code
The HRESULT error code.
See Also

Reference

HResult Structure
HResult Members
Overload List