Show / Hide Table of Contents

Class DownloadProgress

Extension methods for IDownloadProgress.

Inheritance
object
DownloadProgress
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

In This Article
Back to top Generated by DocFX