The QuietTextWriter type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Closed |
Gets a value indicating whether this writer is closed.
| |
| Encoding |
The Encoding in which the output is written
(Inherited from TextWriterAdapter.) | |
| ErrorHandler |
Gets or sets the error handler that all errors are passed to.
| |
| FormatProvider |
Gets an object that controls formatting
(Inherited from TextWriterAdapter.) | |
| NewLine |
Gets or sets the line terminator string used by the TextWriter
(Inherited from TextWriterAdapter.) | |
| Writer |
Gets or sets the underlying TextWriter.
(Inherited from TextWriterAdapter.) |
See Also