Java.Nio.Channels.NonReadableChannelException Class
A NonReadableChannelException is thrown when attempting to read from a channel that is not open for reading.

See Also: NonReadableChannelException Members

Syntax

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

Remarks

A NonReadableChannelException is thrown when attempting to read from a channel that is not open for reading.

[Android Documentation]

Requirements

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