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."],[[["\u003cp\u003eThe latest version of the \u003ccode\u003eIHttpExceptionHandler\u003c/code\u003e is 1.69.0, with other versions available ranging from 1.68.0 down to 1.50.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eIHttpExceptionHandler\u003c/code\u003e is an interface that deals with exceptions occurring during HTTP requests, specifically within the \u003ccode\u003eGoogle.Apis.Http\u003c/code\u003e namespace.\u003c/p\u003e\n"],["\u003cp\u003eThe core functionality is in the \u003ccode\u003eHandleExceptionAsync\u003c/code\u003e method, which manages exceptions, allowing modification of the request to resolve the issue, and requires a \u003ccode\u003ebool\u003c/code\u003e return to dictate a request resend.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eHandleExceptionAsync\u003c/code\u003e method takes a \u003ccode\u003eHandleExceptionArgs\u003c/code\u003e parameter that contains information about the exception, request, and failed attempts.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eUtilities.ThrowIfNull<T>(T, string)\u003c/code\u003e method is provided as an extension method.\u003c/p\u003e\n"]]],[],null,[]]