DeltaXMLError ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
This class specifies an error condition.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Error
        com.deltaxml.api DeltaXMLError
          com.deltaxml.api XMLCombinerFactoryConfigurationError
          com.deltaxml.api XMLComparatorFactoryConfigurationError
          com.deltaxml.core DXPConfigurationError
          com.deltaxml.core PipelinedComparatorError

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

[SerializableAttribute]
public class DeltaXMLError : Error
Remarks

This class specifies an error condition.

Because it extends java.lang.Error it does not need to be declared in method throws clauses.

See Also