JCOBridge |
| Exception | Condition |
|---|---|
| ArgumentException | The sum of offset and count is greater than the buffer length. |
| ArgumentNullException | buffer is null. |
| ArgumentOutOfRangeException | offset or count is negative. |
| IOException | An I/O error occured, 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. |