| MemoryStream: WriteTo |
Writes the entire contents of this memory stream to another stream.
Public Sub WriteTo( ByVal Stream As Stream )
| Exception | Condition |
|---|---|
| ArgumentNullException | Stream is Nothing. |
| ObjectDisposedException | The current or target stream is closed. |