Java.Nio.Channels.NonWritableChannelException Class
A NonWritableChannelException is thrown when attempting to write to a channel that is not open for writing.

See Also: NonWritableChannelException Members

Syntax

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

Remarks

A NonWritableChannelException is thrown when attempting to write to a channel that is not open for writing.

[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