XmlWriter.WriteName Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
When overridden in a derived class, writes out the specified name, ensuring it is a valid name according to the W3C XML 1.0 recommendation (http://www.w3.org/TR/1998/REC-xml-19980210#NT-Name).
Assembly: System.Xml (in System.Xml.dll)
Parameters
- name
- Type: System.String
The name to write.
| Exception | Condition |
|---|---|
| ArgumentException | name is not a valid XML name; or name is either null or String.Empty. |
Show: