Throws the exception from progress if it represents a failure with an exception.
The thrown exception will contain a more useful stack trace than just Exception
where this is available.
[[["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."],[[["The `DownloadProgress` class provides extension methods for the `IDownloadProgress` interface, located within the `Google.Apis.Download` namespace in the `Google.Apis.dll` assembly."],["The latest version available for `DownloadProgress` is 1.69.0, with older versions such as 1.68.0, 1.60.0, 1.59.0, 1.55.0, and 1.50.0 also documented."],["`DownloadProgress` inherits from the base `object` class, and therefore includes inherited members like `Equals`, `GetHashCode`, and `GetType`, among others."],["The `ThrowOnFailure` method, an extension of `IDownloadProgress`, allows you to check for and throw an exception in case of a failure, providing a more detailed stack trace if possible."]]],[]]