ProblemDetailsWrapper.WriteXml(XmlWriter) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts an object into its XML representation.
public:
virtual void WriteXml(System::Xml::XmlWriter ^ writer);
public virtual void WriteXml (System.Xml.XmlWriter writer);
abstract member WriteXml : System.Xml.XmlWriter -> unit
override this.WriteXml : System.Xml.XmlWriter -> unit
Public Overridable Sub WriteXml (writer As XmlWriter)
Parameters
- writer
- XmlWriter