DifferentRootElementException Constructor DeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Constructs a new DifferentRootElementException

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

protected internal 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 root element from the first input
namespacedName2
Type: System String
the name (in {URI}localName format) of the root element from the second input
Remarks

Constructs a new DifferentRootElementException
See Also