|
|
Cached
|
| Exception | Condition |
|---|---|
| ArgumentException | offset and count describe an invalid range in buffer. |
| ArgumentNullException | buffer is null. |
| ArgumentOutOfRangeException | offset or count is negative. |
| IOException | An I/O error occurs. |
| NotSupportedException | The stream does not support writing. |
| ObjectDisposedException | Methods were called after the stream was closed. |