<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.6.25358.103" />

HRESULT

public static readonly HRESULT COR_E_ARGUMENT

public static readonly HRESULT COR_E_INVALIDOLEVARIANTTYPE

public static readonly HRESULT COR_E_MISSINGFIELD

public static readonly HRESULT COR_E_MISSINGMEMBER

public static readonly HRESULT COR_E_MISSINGMETHOD

public static readonly HRESULT COR_E_NOTSUPPORTED

public static readonly HRESULT COR_E_OBJECTDISPOSED

public static readonly HRESULT COR_E_OVERFLOW

public static readonly HRESULT COR_E_SAFEARRAYTYPEMISMATCH

public static readonly HRESULT COR_E_SERIALIZATION

public static readonly HRESULT COR_E_TARGETINVOCATION

There is no associated handler for the given item registered by the specified application. (Windows Jump List)

public static readonly HRESULT TLBX_E_LIBNOTREGISTERED

public static readonly HRESULT VB_E_NOTOBJECT

Object required.

public int Code { get; }

Extracts the code portion of the HRESULT. [HRESULT_CODE]

public FACILITY_CODE Facility { get; }

Extracts the facility code of the HRESULT. [HRESULT_FACILITY]

public bool IsNtStatus { get; }

true if the HRESULT represents an NTSTATUS code.

public static HRESULT FromWin32(WIN32_ERROR error)

Converts a Win32 error code into an HRESULT. [HRESULT_FROM_WIN32]

public static bool op_Equality(HRESULT left, HRESULT right)

public static HRESULT op_Explicit(int value)

public static HRESULT op_Explicit(uint value)

public static HRESULT op_Implicit(Exception ex)

public static int op_Implicit(HRESULT value)

public static uint op_Implicit(HRESULT value)

public static bool op_Inequality(HRESULT left, HRESULT right)

public void AssertSuccess()

public bool Equals(HRESULT other)

Extracts the NTSTATUS code. Check IsNtStatus before calling this method.