FeatureNotRecognizedException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Thrown to indicate that a feature name has not been recognized.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.core PipelinedComparatorException
            com.deltaxml.core FeatureNotRecognizedException

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

[SerializableAttribute]
public class FeatureNotRecognizedException : PipelinedComparatorException
Remarks

Thrown to indicate that a feature name has not been recognized.

Features are used to configure various aspects of the PipelinedComparator operation, including parsing and comparison. They are specified with String values to allow run-time pluggability of implementations with different feature sets. In doing so, compile-time type safety is degraded and replaced by this exception.

Associated methods include:

See Also