Java.Nio.InvalidMarkException Class
An InvalidMarkException is thrown when reset() is called on a buffer, but no mark has been set previously.

See Also: InvalidMarkException Members

Syntax

[Android.Runtime.Register("java/nio/InvalidMarkException", DoNotGenerateAcw=true)]
public class InvalidMarkException : Java.Lang.IllegalStateException

Remarks

An InvalidMarkException is thrown when reset() is called on a buffer, but no mark has been set previously.

[Android Documentation]

Requirements

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