PDAdvancedConfigException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Indicates an error encountered when processing properties or features in the 'advancedConfig' element of the Pipeline Description.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.cores9api PDConfigurationException
            com.deltaxml.cores9api PDAdvancedConfigException

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

[SerializableAttribute]
public class PDAdvancedConfigException : PDConfigurationException
Remarks

Indicates an error encountered when processing properties or features in the 'advancedConfig' element of the Pipeline Description.

The cause of this exception may be one of: com.deltaxml.core.PropertyNotRecognizedException, com.deltaxml.core.FeatureSettingNotSupportedException, com.deltaxml.core.PropertySettingNotSupportedException, com.deltaxml.core.FeatureNotRecognizedException.

See Also