Class DownloadProgress
Extension methods for IDownloadProgress.
Inherited Members
Namespace: Google.Apis.Download
Assembly: Google.Apis.dll
Syntax
public static class DownloadProgress
Methods
ThrowOnFailure(IDownloadProgress)
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.
Declaration
public static void ThrowOnFailure(this IDownloadProgress progress)
Parameters
Type | Name | Description |
---|---|---|
IDownloadProgress | progress | The upload progress to check for failure. Must not be null. |