| WriteBufferWrite Method |
Namespace: Lawo.IO
public void Write( 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 WriteBuffer object was created by calling WriteBuffer(WriteAsyncCallback, Int32). |