[[["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-21 UTC."],[[["The `HandleExceptionArgs` class is used as an argument for the `HandleExceptionAsync` method, facilitating the handling of exceptions during HTTP requests."],["This class inherits from `Object` and includes properties such as `CancellationToken`, `CurrentFailedTry`, `Exception`, `Request`, `SupportsRetry`, and `TotalTries`, providing details about the request and its handling process."],["The `HandleExceptionArgs` class provides data regarding the cancellation token, the number of failed attempts, the exception that occurred, the sent request, and whether the operation supports retrying."],["Multiple versions of the `Google.Apis` package are available, with version 1.69.0 being the latest, and 1.50.0 being the basis of the current documentation."],["There is an extension method available, `Utilities.ThrowIfNull\u003cT\u003e(T, String)`, for use within the `Google.Apis` package."]]],[]]