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"]],[["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."],[[["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."]]],[]]