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
Syntax
[Android.Runtime.Register("java/lang/IndexOutOfBoundsException", DoNotGenerateAcw=true)]
public class IndexOutOfBoundsException : RuntimeException
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.
Requirements
Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1
The members of Java.Lang.IndexOutOfBoundsException are listed below.
See Also: RuntimeException
Public Constructors
Constructs a new IndexOutOfBoundsException that includes the current stack trace. | ||
Constructs a new IndexOutOfBoundsException with the current stack trace and the specified detail message. |
Protected Constructors
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Protected Properties
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |