Java.Lang.ArrayIndexOutOfBoundsException Class
Thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.

See Also: ArrayIndexOutOfBoundsException Members

Syntax

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

Remarks

Thrown when the an array is indexed with a value less than zero, or greater than or equal to the size of the array.

[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