DeltaXMLProcessingException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
This class specifies an exceptional condition that occurred during the comparison and recombination processes.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.api DeltaXMLProcessingException
            com.deltaxml.api AddRemoveKeyingException
            com.deltaxml.api CannotCompareDeltaException
            com.deltaxml.api DeletedSubtreeMismatchException
            com.deltaxml.api DifferentRootElementException
            com.deltaxml.api DifferingOrderedAttributesException
            com.deltaxml.api IncompatibleTypesCombineException
            com.deltaxml.api IncorrectAttributeCombineException
            com.deltaxml.api IncorrectPCDataCombineException
            com.deltaxml.api InvalidClarkNameException
            com.deltaxml.api InvalidDeltaValueException
            com.deltaxml.api InvalidExchangeElementException
            com.deltaxml.api InvalidModifiedElementException
            com.deltaxml.api InvalidNewOrOldAttributeFormatException
            com.deltaxml.api InvalidOriginalPositionException
            com.deltaxml.api InvalidPCDataModifyElementException
            com.deltaxml.api InvalidSoftKeyAttributeException
            com.deltaxml.api KeylessOrderlessModifyException
            com.deltaxml.api LicenseException
            com.deltaxml.api MissingAttributeCombineException
            com.deltaxml.api MissingContentCombineException
            com.deltaxml.api MissingDeltaAttributeException
            com.deltaxml.api MissingPCDataCombineException
            com.deltaxml.api NoMatchingDeltaItemCombineException
            com.deltaxml.api NoMatchingItemCombineException
            com.deltaxml.api NonMatchingDeletedDeltaCombineException
            com.deltaxml.api NonMatchingExchangeItemCombineException
            com.deltaxml.api NonMatchingPCDataCombineException
            com.deltaxml.api NotADeltaFileException
            com.deltaxml.api OrderlessDeltaMismatchException
            com.deltaxml.api OriginalPositionAttributeMissingException
            com.deltaxml.api PropertyRejectedException
            com.deltaxml.api UnchangedElementHasChildrenException
            com.deltaxml.api UnexpectedAttributeCombineException
            com.deltaxml.api UnexpectedDeltaAttributeException
            com.deltaxml.api UnexpectedDeltaFileException
            com.deltaxml.api UnexpectedNewAttributesException
            com.deltaxml.api UnexpectedOldAttributesException
            com.deltaxml.api UnorderedDuplicateKeysException
            com.deltaxml.api UnorderedElementContainingPCDATAException
            com.deltaxml.api UnorderedModifiedContainsPCDATAException
            com.deltaxml.api VersionLabelNotPresentInOriginalPositionException

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

[SerializableAttribute]
public class DeltaXMLProcessingException : DeltaXMLException
Remarks

This class specifies an exceptional condition that occurred during the comparison and recombination processes.

For release 5.0 and onwards this class has been subtyped into explicit subtypes for each error while maintaining the previous error code mechanism used in earlier releases. The following table documents this mapping:

Error codeException class
4com.deltaxml.api.DifferentRootElementException
6com.deltaxml.api.LicenseExpiredException
7com.deltaxml.api.NodeCapacityExceededException
8com.deltaxml.api.NoLicenseInstalledException
9com.deltaxml.api.LicenseContentException
11com.deltaxml.api.CPUCountException
12com.deltaxml.api.LicenseSecurityException
13com.deltaxml.api.LicenseNotYetValidException
14com.deltaxml.api.InvalidLicenseException
15com.deltaxml.api.PropertyRejectedException
16com.deltaxml.api.LicenseConcurrencyLimitException
46com.deltaxml.api.UnorderedDuplicateKeysException
47com.deltaxml.api.UnorderedElementContainingPCDATAException
49com.deltaxml.api.CannotCompareDeltaException
50com.deltaxml.api.NotADeltaFileException
52com.deltaxml.api.MissingDeltaAttributeException
53com.deltaxml.api.UnchangedElementHasChildrenException
56com.deltaxml.api.UnexpectedDeltaAttributeException
55 or 68com.deltaxml.api.InvalidModifiedElementException
57com.deltaxml.api.InvalidDeltaValueException
60com.deltaxml.api.InvalidNewOrOldAttributeFormatException
61com.deltaxml.api.UnexpectedOldAttributesException
62com.deltaxml.api.UnexpectedNewAttributesException
65com.deltaxml.api.InvalidExchangeElementException
66com.deltaxml.api.InvalidPCDataModifyElementException
69com.deltaxml.api.UnorderedModifiedContainsPCDATAException
100, 101 or 102com.deltaxml.api.IncompatibleTypesCombineException
103com.deltaxml.api.NonMatchingDeletedDeltaCombineException
104com.deltaxml.api.NonMatchingExchangeItemCombineException
105com.deltaxml.api.NoMatchingDeltaItemCombineException
106com.deltaxml.api.NoMatchingItemCombineException
107com.deltaxml.api.MissingContentCombineException
110com.deltaxml.api.NonMatchingPCDataCombineException
111com.deltaxml.api.MissingPCDataCombineException
116com.deltaxml.api.IncorrectPCDataCombineException
121com.deltaxml.api.MissingAttributeCombineException
122com.deltaxml.api.IncorrectAttributeCombineException
123com.deltaxml.api.UnexpectedAttributeCombineException
340com.deltaxml.api.OrderlessDeltaMismatchException
341com.deltaxml.api.KeylessOrderlessModifyException
357com.deltaxml.api.DeletedSubtreeMismatchException
358com.deltaxml.api.InvalidOriginalPositionException
359com.deltaxml.api.VersionLabelNotPresentInOriginalPositionException
360com.deltaxml.api.OriginalPositionAttributeMissingException
362com.deltaxml.api.AddRemoveKeyingException
401com.deltaxml.api.DifferingOrderedAttributesException
See Also