MessageFault.OnWriteDetailContents(XmlDictionaryWriter) Method

Definition

When overridden in a non-abstract derived class, writes the contents of the detail element.

protected:
 abstract void OnWriteDetailContents(System::Xml::XmlDictionaryWriter ^ writer);
protected abstract void OnWriteDetailContents (System.Xml.XmlDictionaryWriter writer);
abstract member OnWriteDetailContents : System.Xml.XmlDictionaryWriter -> unit
Protected MustOverride Sub OnWriteDetailContents (writer As XmlDictionaryWriter)

Parameters

writer
XmlDictionaryWriter

The XmlDictionaryWriter used to write the detail element.

Remarks

The OnWriteDetailContents method is called subsequent to OnWriteStartDetail and prior to writing the end element.

Applies to