Java.Util.Concurrent.CancellationException Class
Exception indicating that the result of a value-producing task, such as a Java.Util.Concurrent.FutureTask, cannot be retrieved because the task was cancelled.

See Also: CancellationException Members

Syntax

[Android.Runtime.Register("java/util/concurrent/CancellationException", DoNotGenerateAcw=true)]
public class CancellationException : Java.Lang.IllegalStateException

Remarks

Exception indicating that the result of a value-producing task, such as a Java.Util.Concurrent.FutureTask, cannot be retrieved because the task was cancelled.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1