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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]