Writes a character to the text string or stream.
value The character to write to the text stream.
TypeReasonSystem.IO.IOException An I/O error occurred.
This default method does nothing, but derived classes can override the method to provide the appropriate functionality.
For a list of common I/O tasks, see Common I/O Tasks.