[]
        
(Showing Draft Content)

C1.Util.DX.HResult.-ctor

HResult Constructor

HResult(int)

Initializes a new instance of the HResult struct.

Declaration
public HResult(int code)
Public Sub New(code As Integer)
Parameters
Type Name Description
int code

The HRESULT error code.

HResult(uint)

Initializes a new instance of the HResult struct.

Declaration
[CLSCompliant(false)]
public HResult(uint code)
<CLSCompliant(False)>
Public Sub New(code As UInteger)
Parameters
Type Name Description
uint code

The HRESULT error code.