| StreamReaderReadLine Method | 
Namespace: System.IO
 Syntax
Syntaxpublic override string ReadLine()
 Exceptions
Exceptions| Exception | Condition | 
|---|---|
| OutOfMemoryException | There is insufficient memory to allocate a buffer for the returned string. | 
| IOException | An I/O error occurs. | 
 See Also
See Also