XmlWriter.Create Method (TextWriter)
.NET Framework 4
Creates a new XmlWriter instance using the specified TextWriter.
Assembly: System.Xml (in System.Xml.dll)
Parameters
- output
- Type: System.IO.TextWriter
The TextWriter to which you want to write. The XmlWriter writes XML 1.0 text syntax and appends it to the specified TextWriter.
| Exception | Condition |
|---|---|
| ArgumentNullException |
The text value is null. |
An XmlWriterSettings object with default settings is used to create the writer. If you wish to specify the features to support on the created writer, use the overload that takes an XmlWriterSettings object as one of its arguments, and pass in a XmlWriterSettings object with the correct settings.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.