Mono Class Library: System.IO.StringWriter Overview | MembersSystem.IO.StringWriter.Write Method |
Writes the specified region of a character array to this instance of the System.IO.StringWriter. [Edit]
|
Type Reason ArgumentNullException buffer is null. [Edit] ArgumentOutOfRangeException index < 0
-or-
count < zero.
[Edit]ArgumentException (index + count ) > buffer.Length. [Edit] ObjectDisposedException The writer is closed. [Edit]
Note: This method overrides TextWriter.Write(char).[Edit]
Namespace: System.IO
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0