DifferentRootElementException MembersXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED

The DifferentRootElementException type exposes the following members.
Constructors

  NameDescription
Public methodDifferentRootElementException
Construct a new DifferentRootElementException appropriate for use in the XML Compare code.
Back to Top
Methods

  NameDescription
Public methodgetCause
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.)
Public methodgetErrorCode
Errors detected by the Comparator and Combiner operations were each given an identifying number in releases prior to 5.0 of the XML Compare API.
(Inherited from DeltaXMLProcessingException.)
Public methodgetNamespacedName1
Reports namespaced-name of the root element of the first comparison input.
Public methodgetNamespacedName2
Reports namespaced-name of the root element of the second comparison input.
Public methodgetQName1
Report the QName of the root element of the first comparison input.
Public methodgetQName2
Report the QName of the second comparison input root.
Public methodgetSeverity
Reports the severity of the exception.
(Inherited from DeltaXMLProcessingException.)
Public methodgetThrowable
Return the throwable that this exception wraps.
(Inherited from DeltaXMLException.)
Back to Top
See Also