Type Reason Java.IO.IOException for normal errors. !:NoType:android/os/ParcelFileDescriptor$FileDescriptorDetachedException;Href=../../../reference/android/os/ParcelFileDescriptor.FileDescriptorDetachedException.html if the remote side called ParcelFileDescriptor.DetachFd. Once detached, the remote side is unable to communicate any errors through ParcelFileDescriptor.CloseWithError(string).
Detect and throw if the other end of a pipe or socket pair encountered an error or crashed. This allows a reader to distinguish between a valid EOF and an error/crash.
If this ParcelFileDescriptor is unable to detect remote errors, it will return silently.