Android.App.DownloadManager.ErrorCannotResume Field
Value of DownloadManager.ColumnReason when some possibly transient error occurred but we can't resume the download.

Value: 1008

Syntax

[Android.Runtime.Register("ERROR_CANNOT_RESUME")]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.DownloadError enum directly instead of this field.")]
public const DownloadError ErrorCannotResume

Remarks

Value of DownloadManager.ColumnReason when some possibly transient error occurred but we can't resume the download.

[Android Documentation]

Requirements

Namespace: Android.App
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 9