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 document describes the `IHttpExceptionHandler` interface, which is used to handle exceptions during HTTP requests within the Google.Apis.Http namespace."],["The latest version of the `IHttpExceptionHandler` is 1.69.0, with older versions down to 1.50.0 also documented, all accessible via links to their respective pages."],["The primary method of this interface is `HandleExceptionAsync`, which takes `HandleExceptionArgs` as an argument and returns a boolean indicating whether the request should be resent after potential modifications."],["The Assembly is Google.Apis.Core.dll."],["The exception handler must return true if it modifies the request object to resolve the issue, and otherwise, should return false."]]],[]]