Java.IO.InterruptedIOException Class
Signals that a blocking I/O operation has been interrupted.

See Also: InterruptedIOException Members

Syntax

[Android.Runtime.Register("java/io/InterruptedIOException", DoNotGenerateAcw=true)]
public class InterruptedIOException : IOException

Remarks

Signals that a blocking I/O operation has been interrupted. The number of bytes that were transferred successfully before the interruption took place is stored in a field of the exception.

[Android Documentation]

Requirements

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