Java.Nio.BufferOverflowException Class
A BufferOverflowException is thrown when elements are written to a buffer but there is not enough remaining space in the buffer.

See Also: BufferOverflowException Members

Syntax

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

Remarks

A BufferOverflowException is thrown when elements are written to a buffer but there is not enough remaining space in the buffer.

[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