UnorderedElementContainingPCDATAException Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Construct a new UnorderedElementContainingPCDATAException appropriate for use with the XML Compare code.

Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public UnorderedElementContainingPCDATAException(
	string element
)

Parameters

element
Type: System String
String used to represent the XPath of the erroneous element.
Remarks

Construct a new UnorderedElementContainingPCDATAException appropriate for use with the XML Compare code.
See Also