MessageFault.OnWriteDetail Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Invoked prior to writing the detail contents.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Parameters
- writer
- Type: System.Xml.XmlDictionaryWriter
The XmlDictionaryWriter used to write the detail element.
- version
- Type: System.ServiceModel.EnvelopeVersion
The version of the SOAP envelope to write.
Override the OnWriteDetail method to participate in the detail writing process. The default behavior is to call OnWriteStartDetail followed by OnWriteDetailContents.
Show: