JCOBridge |
| Exception | Condition |
|---|---|
| ObjectDisposedException | The stream is closed. |
| NotSupportedException | The underlying memory does not support writing. - or -An attempt is made to write to the stream and the CanWrite property is false.- or -The count value is greater than the capacity of the stream.- or -The position is at the end of the stream capacity. |
| IOException | An I/O error occurs. |
| ArgumentOutOfRangeException | One of the specified parameters is less than zero. |
| ArgumentException | The offset parameter minus the length of the buffer parameter is less than the count parameter. |
| ArgumentNullException | The buffer parameter is null. |