Reads line from source stream.
- encoding (Encoding)
- Encoding to use to decode line.
Returns readed line with specified encoding or null if end of stream reached and no more data.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when encoding is null. |
| InvalidOperationException | Raised when there already is pending read operation. |
| LineSizeExceededException | Raised when maximum allowed line size has exceeded. |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)