Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Partially serializes an exception object to an XML node.
Namespace: Microsoft.PerformancePoint.Scorecards
Assembly: Microsoft.PerformancePoint.Scorecards.Client (in Microsoft.PerformancePoint.Scorecards.Client.dll)
Syntax
'Declaration
Public Function ToXml As XmlNode
'Usage
Dim instance As BpmException
Dim returnValue As XmlNode
returnValue = instance.ToXml()
public XmlNode ToXml()
Return Value
Type: System.Xml.XmlNode
The XML form of this object.