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