Class UploadProgress
Extension methods for IUploadProgress.
Inherited Members
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. |