Android.OS.CancellationSignal.ThrowIfCanceled Method
Throws Android.OS.OperationCanceledException if the operation has been canceled.

Syntax

[Android.Runtime.Register("throwIfCanceled", "()V", "")]
public void ThrowIfCanceled ()

Exceptions

TypeReason
Android.OS.OperationCanceledExceptionif the operation has been canceled.

Remarks

Throws Android.OS.OperationCanceledException if the operation has been canceled.

[Android Documentation]

Requirements

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