DXPConfigurationException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Indicates an error condition in the DXPConfiguration.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.core DXPConfigurationException
            com.deltaxml.core InvalidPipelineException
            com.deltaxml.core MissingSystemIdException
            com.deltaxml.core NonUniqueParameterNameException
            com.deltaxml.core ParameterValueConflict
            com.deltaxml.core UnknownParameterException
            com.deltaxml.cores9api ConditionalFilterXPathException

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

[SerializableAttribute]
public class DXPConfigurationException : DeltaXMLException
Remarks

Indicates an error condition in the DXPConfiguration.

This class is the super-class of most of the checked exceptions thrown by the DXPConfiguration methods. As such it could be used for simplified, coarse-grain catch or throws clauses.

See Also