Table of Contents

Method WriteCharEntity

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

WriteCharEntity(char)

When overridden in a derived class, forces the generation of a character entity for the specified Unicode character value.

public override void WriteCharEntity(char ch)

Parameters

ch char

The Unicode character for which to generate a character entity.

Exceptions

ArgumentException

The character is in the surrogate pair character range, 0xd800 - 0xdfff.

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