BpmException.ToXml method

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.

See also

Reference

BpmException class

BpmException members

Microsoft.PerformancePoint.Scorecards namespace