XML Compare .NET API Documentation - DEPRECATED
System Object
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core PipelinedComparatorException
com.deltaxml.core LicenseException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
An exception class corresponding to the licensing related issues that can occur during the various compare(), isEqual() and
setRedistributionLicenseContent() methods.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.api DeltaXMLException
com.deltaxml.core PipelinedComparatorException
com.deltaxml.core LicenseException
Namespace: com.deltaxml.core
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Remarks
An exception class corresponding to the licensing related issues that can occur during the various compare(), isEqual() and setRedistributionLicenseContent() methods.
A nested cause will describe the precise failure, and will be a com.deltaxml.api.LicenseException or one of its subtypes:
See Also