Reads specified amount of data for the specified stream and writes it to source stream.
| Exception | Condition |
|---|---|
| ArgumentNullException | Raised when stream is null. |
| ArgumentException | Raised when argument count is less than 1. |
| InvalidOperationException | Raised when there already is pending write operation. |
| IncompleteDataException | Raised stream has reached end of stream and doesn't have so much data as specified by count argument. |
Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)