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

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

public DifferentRootElementException(
	string qName1,
	string qName2,
	string namespacedName1,
	string namespacedName2
)

Parameters

qName1
Type: System String
the QName of the root element from the first input
qName2
Type: System String
the QName of the root element from the second input
namespacedName1
Type: System String
the name (in {URI}localName format) of the first input root element
namespacedName2
Type: System String
the name (in {URI}localName format) of the second input root element
Remarks

Construct a new DifferentRootElementException appropriate for use in the XML Compare code.
See Also