XmlWriter.Create Method (String)
Creates a new XmlWriter instance using the specified filename.
Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Parameters
- outputFileName
- Type: System.String
The file to which you want to write. The XmlWriter creates a file at the specified path and writes to it in XML 1.0 text syntax. The outputFileName must be a file system path.
| Exception | Condition |
|---|---|
| ArgumentNullException | The url 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 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.