Type Reason ArgumentException Mono.Unix.UnixStream.Handle was not opened for reading or out_fd was not opened for writing. [Mono.Unix.Native.Errno.EBADF]
-or-
Descriptor is not valid or locked. [Mono.Unix.Native.Errno.EINVAL]
ObjectDisposedException The stream has been closed. System.IO.IOException Unspecified error while reading from UnixStream.Handle. [Mono.Unix.Native.Errno.EIO] Mono.Unix.UnixIOException Non-blocking I/O has been selected using Mono.Unix.Native.OpenFlags.O_NONBLOCK and the write would block. [Mono.Unix.Native.Errno.EAGAIN]
-or-
Insufficient memory to read from UnixStream.Handle. [Mono.Unix.Native.Errno.ENOMEM]