Java.Lang.IndexOutOfBoundsException Class
Thrown when a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.

See Also: IndexOutOfBoundsException Members

Syntax

[Android.Runtime.Register("java/lang/IndexOutOfBoundsException", DoNotGenerateAcw=true)]
public class IndexOutOfBoundsException : RuntimeException

Remarks

Thrown when a program attempts to access a value in an indexable collection using a value which is outside of the range of valid indices.

[Android Documentation]

Requirements

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