Java.Util.InputMismatchException Class
An InputMismatchException is thrown by a scanner to indicate that the next token does not match or is out of range for the type specified in the pattern.

See Also: InputMismatchException Members

Syntax

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

Remarks

An InputMismatchException is thrown by a scanner to indicate that the next token does not match or is out of range for the type specified in the pattern.

See Also

[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