Handles an exception thrown when sending a HTTP request.
A simple rule must be followed, if you modify the request object in a way that the exception can be
resolved, you must return true.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["This page documents the `IHttpExceptionHandler` interface within the Google.Apis.Http namespace, specifically focusing on its role in handling exceptions during HTTP requests in the .NET environment."],["The `HandleExceptionAsync` method is the core function of this interface, taking `HandleExceptionArgs` as input and returning a boolean within a Task to indicate if the request should be resent."],["The `IHttpExceptionHandler` interface is designed to be implemented in custom classes to handle different exception scenarios when making HTTP requests."],["The documentation details various versions of this interface, from version 1.50.0 up to the latest version 1.69.0."],["An extension method `Utilities.ThrowIfNull\u003cT\u003e(T, String)` is part of this documentation."]]],[]]