| ReadBufferRead Method (Byte, Int32, Int32) |
Namespace: Lawo.IO
public int Read( byte[] buffer, int offset, int count )
| Exception | Condition |
|---|---|
| ArgumentException | The length of buffer is less than offset plus count. |
| ArgumentNullException | buffer equals null. |
| ArgumentOutOfRangeException | offset and/or count are negative. |
| InvalidOperationException | The ReadBuffer object was created by calling ReadBuffer(ReadAsyncCallback, Int32). |