|
|
Block
|
| Exception | Condition |
|---|---|
| ArgumentNullException | buffer is null. |
| ArgumentOutOfRangeException | startIndex or length is less than 0 -or- startIndex and length will exceed buffer length. |
| ObjectDisposedException | The stream is closed. |