Java.Util.NoSuchElementException Class
Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.

See Also: NoSuchElementException Members

Syntax

[Android.Runtime.Register("java/util/NoSuchElementException", DoNotGenerateAcw=true)]
public class NoSuchElementException : Java.Lang.RuntimeException

Remarks

Thrown when trying to retrieve an element past the end of an Enumeration or Iterator.

[Android Documentation]

Requirements

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