Android.Database.AbstractCursor.CheckPosition Method
This function throws CursorIndexOutOfBoundsException if the cursor position is out of bounds.

Syntax

[Android.Runtime.Register("checkPosition", "()V", "GetCheckPositionHandler")]
protected virtual void CheckPosition ()

Exceptions

TypeReason
Android.Database.CursorIndexOutOfBoundsException

Remarks

This function throws CursorIndexOutOfBoundsException if the cursor position is out of bounds. Subclass implementations of the get functions should call this before attempting to retrieve data.

[Android Documentation]

Requirements

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