| StreamExtensionsCopyToAsync Method (Stream, Stream) |
Namespace: Rackspace.Threading
| Exception | Condition |
|---|---|
| ArgumentNullException |
If stream is . -or- If destination is . |
| ObjectDisposedException |
If stream is disposed. -or- If destination is disposed. |
| NotSupportedException |
If stream does not support reading. -or- If destination does not support writing. |
Copying begins at the current position in stream.