Class UploadProgress (1.60.0)

public static class UploadProgress

Extension methods for IUploadProgress.

Inheritance

object > UploadProgress

Namespace

GoogleApisUpload

Assembly

Google.Apis.dll

Methods

ThrowOnFailure(IUploadProgress)

public static void ThrowOnFailure(this IUploadProgress 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
progressIUploadProgress

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