[[["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 outlines the `HandleExceptionArgs` class, which is used as an argument in the `HandleExceptionAsync` method for managing HTTP exceptions."],["The `HandleExceptionArgs` class inherits from the `object` class and contains properties such as `CancellationToken`, `CurrentFailedTry`, `Exception`, `Request`, `SupportsRetry`, and `TotalTries`, allowing detailed handling and management of request exceptions."],["The properties provided allow access to information such as the request's cancellation token, the number of failed attempts, the exception that occurred, the sent HTTP request, whether a retry is supported, and the total attempts to send the request."],["This class is found within the `Google.Apis.Http` namespace and is part of the `Google.Apis.Core.dll` assembly."],["The document provides the documentation for version 1.60.0, with links to various other versions as well as the latest version 1.69.0."]]],[]]