[]
Initializes a new instance of the HResult struct.
public HResult(int code)
Public Sub New(code As Integer)
| Type | Name | Description |
|---|---|---|
| int | code | The HRESULT error code. |
Initializes a new instance of the HResult struct.
[CLSCompliant(false)]
public HResult(uint code)
<CLSCompliant(False)>
Public Sub New(code As UInteger)
| Type | Name | Description |
|---|---|---|
| uint | code | The HRESULT error code. |