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.
[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.