Return Value
A character read from the current stream.
Exception | Description |
---|---|
System.IO.EndOfStreamException | The end of the stream is reached. |
System.ObjectDisposedException | The stream is closed. |
System.IO.IOException | An I/O error occurs. |
System.ArgumentException | A surrogate character was read. |