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

See Also: StringIndexOutOfBoundsException Members

Syntax

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

Remarks

Thrown when the a string 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