DeltaXML DITA Compare .NET API Documentation
System Object
System Exception
Throwable
Exception
com.deltaxml.dita DeltaXMLDitaException
com.deltaxml.dita LicenseException
com.deltaxml.dita CPUCountException
com.deltaxml.dita CPULimitException
com.deltaxml.dita InvalidLicenseException
com.deltaxml.dita LicenseConcurrencyLimitException
com.deltaxml.dita LicenseContentException
com.deltaxml.dita LicenseExpiredException
com.deltaxml.dita LicenseNotYetValidException
com.deltaxml.dita LicenseSecurityException
com.deltaxml.dita NodeCapacityExceededException
com.deltaxml.dita NoLicenseInstalledException
Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Indicates that the comparison could not be run due to licensing constraints.
Inheritance Hierarchy
System Exception
Throwable
Exception
com.deltaxml.dita DeltaXMLDitaException
com.deltaxml.dita LicenseException
com.deltaxml.dita CPUCountException
com.deltaxml.dita CPULimitException
com.deltaxml.dita InvalidLicenseException
com.deltaxml.dita LicenseConcurrencyLimitException
com.deltaxml.dita LicenseContentException
com.deltaxml.dita LicenseExpiredException
com.deltaxml.dita LicenseNotYetValidException
com.deltaxml.dita LicenseSecurityException
com.deltaxml.dita NodeCapacityExceededException
com.deltaxml.dita NoLicenseInstalledException
Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax
Remarks
Indicates that the comparison could not be run due to licensing constraints.
This class is the superclass of the error-specific License Exceptions and as such, can be used for coarse-grained license exception casting. For more details, catch each sub-type individually.
See Also