[]
        
(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)
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)
Parameters
Type Name Description
uint code

The HRESULT error code.