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."],[[["This webpage details the `UploadProgress` static class within the `Google.Apis.Upload` namespace, found in the Google.Apis.dll assembly."],["The class provides extension methods for `IUploadProgress`, and its latest version is 1.69.0."],["`UploadProgress` inherits members from the base `object` class such as `Equals`, `GetHashCode`, and `ToString`."],["The class has one primary method, `ThrowOnFailure`, which throws an exception if the provided `IUploadProgress` instance indicates a failure, offering a more detailed stack trace."],["The method `ThrowOnFailure` requires a parameter `progress`, which is of type IUploadProgress, representing the upload progress to check for failure."]]],[]]