PropertyNotRecognizedException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Thrown to indicate a problem setting a property on the PipelinedComparator.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class PropertyNotRecognizedException : PipelinedComparatorException
Remarks

Thrown to indicate a problem setting a property on the PipelinedComparator.

Properties provide an extensible mechanism for configuring the operation of the pipeline. Unlike features these methods accept or provide complex String, or more generally Object, values rather than booleans. They are used in different contexts:

The com.deltaxml.core.PropertyNotRecognizedException.getPropertyName method provides access to the name that was attempted to be set and which was not recognized. Please consult the appropriate method descriptions for full details of the supported properties.

See Also