Java.Nio.Channels.ClosedByInterruptException Class
A ClosedByInterruptException is thrown when a thread is interrupted in a blocking I/O operation.

See Also: ClosedByInterruptException Members

Syntax

[Android.Runtime.Register("java/nio/channels/ClosedByInterruptException", DoNotGenerateAcw=true)]
public class ClosedByInterruptException : AsynchronousCloseException

Remarks

A ClosedByInterruptException is thrown when a thread is interrupted in a blocking I/O operation.

When the thread is interrupted by a call to interrupt(), it closes the channel, sets the interrupt status of the thread to true and throws a ClosedByInterruptException.

[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