TextWriter::Write Method (array<Char>, Int32, Int32)
Silverlight
Writes a subarray of characters to the text stream.
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Parameters
- buffer
- Type: array<System::Char>
The character array to write data from.
- index
- Type: System::Int32
Starting index in the buffer.
- count
- Type: System::Int32
The number of characters to write.
| Exception | Condition |
|---|---|
| ArgumentException | The buffer length minus index is less than count. |
| ArgumentNullException | The buffer parameter is nullptr. |
| ArgumentOutOfRangeException | index or count is negative. |
| ObjectDisposedException | The TextWriter is closed. |
| IOException | An I/O error occurs. |
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
ADD
Show: