Table of Contents

Method Close

Namespace
Alternet.FormDesigner.Wpf.XamlDom
Assembly
Alternet.FormDesigner.Wpf.v10.dll

Close()

When overridden in a derived class, closes this stream and the underlying stream.

public override void Close()

Exceptions

InvalidOperationException

A call is made to write more output after Close has been called or the result of this call is an invalid XML document.

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.”