Show / Hide Table of Contents

Class UploadProgress

Extension methods for IUploadProgress.

Inheritance
object
UploadProgress
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Upload
Assembly: Google.Apis.dll
Syntax
public static class UploadProgress

Methods

ThrowOnFailure(IUploadProgress)

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 IUploadProgress progress)
Parameters
Type Name Description
IUploadProgress progress

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

In this article
Back to top Generated by DocFX