[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.