Method WriteEndDocument
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
WriteEndDocument()
When overridden in a derived class, closes any open elements or attributes and puts the writer back in the Start state.
public override void WriteEndDocument()
Exceptions
- ArgumentException
The XML document is invalid.
- InvalidOperationException
An XmlWriter method was called before a previous asynchronous operation finished. In this case, InvalidOperationException is thrown with the message “An asynchronous operation is already in progress.”