<PackageReference Include="System.Net.Http.WinHttpHandler" Version="11.0.0-preview.3.26207.106" />

System.Net.Http.WinHttpException

public WinHttpException(int error, string message)

public WinHttpException(int error, string message, Exception innerException)

public static int ConvertErrorCodeToHR(int error)

public static WinHttpException CreateExceptionUsingError(int error, string nameOfCalledFunction)

public static WinHttpException CreateExceptionUsingError(int error, string nameOfCalledFunction, Exception innerException)

public static WinHttpException CreateExceptionUsingLastError(string nameOfCalledFunction)

public static string GetErrorMessage(int error, string nameOfCalledFunction)

public static void ThrowExceptionUsingLastError(string nameOfCalledFunction)