Byte |
| Exception | Condition |
|---|---|
| ArgumentException | The sum of offset and count is greater than the buffer length. |
| ArgumentNullException | buffer is . |
| ArgumentOutOfRangeException | offset or count is negative. |
| IOException | An I/O error occurred, such as the specified file cannot be found. |
| NotSupportedException | The stream does not support writing. |
| ObjectDisposedException | Write(Byte, Int32, Int32) was called after the stream was closed. |