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 provides documentation for the `IHttpExceptionHandler` interface, which is used for handling exceptions that occur during HTTP requests within the Google.Apis.Core.dll assembly."],["The `IHttpExceptionHandler` interface includes a method, `HandleExceptionAsync`, which takes `HandleExceptionArgs` as a parameter and is designed to manage exceptions during HTTP requests."],["The `HandleExceptionAsync` method returns a boolean within a task, indicating whether any changes made by the handler necessitate resending the request."],["The latest version of the interface documented is 1.69.0, with other versions available including 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0."],["An extension method, `Utilities.ThrowIfNull\u003cT\u003e(T, String)`, is also documented on this page, and it is found within version 1.59.0."]]],[]]