Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Writes data to the buffer.
Overload List
| public void Write(int, Array, LockFlag); |
| public void Write(int, Stream, int, LockFlag); |
Remarks
Exceptions
ArgumentException | An invalid parameter was passed to the called method, or numberBytesToWrite is set to zero. |
ArgumentNullException | One or more parameters is null. |
| BufferLostException | The buffer memory has been lost and must be restored. |
| InvalidCallException | The method call is invalid. For example, a method's parameter might not be valid. |
NotSupportedException | Unable to read from the source stream object, data. Check if the stream is readable. |
| PriorityLevelNeededException | A cooperative level of Priority or higher is required. |
