Table of Contents

Method WriteWhitespace

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

WriteWhitespace(string)

When overridden in a derived class, writes out the given white space.

public override void WriteWhitespace(string ws)

Parameters

ws string

The string of white space characters.

Exceptions

ArgumentException

The string contains non-white space characters.

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