Class DownloadProgress (1.60.0)

public static class DownloadProgress

Extension methods for IDownloadProgress.

Inheritance

object > DownloadProgress

Namespace

GoogleApisDownload

Assembly

Google.Apis.dll

Methods

ThrowOnFailure(IDownloadProgress)

public static void ThrowOnFailure(this IDownloadProgress progress)

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.

Parameter
NameDescription
progressIDownloadProgress

The upload progress to check for failure. Must not be null.