Share via


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