MissingSystemIdException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Thrown when a SystemId cannot be determined in the DXPConfiguration constructors.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.core DXPConfigurationException
            com.deltaxml.core MissingSystemIdException

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

[SerializableAttribute]
public class MissingSystemIdException : DXPConfigurationException
Remarks

Thrown when a SystemId cannot be determined in the DXPConfiguration constructors.

Validity checking is required in these constructors and thus a valid systemId is required in order to resolve the location of the DTD systemId, especially when relative systemIds are used (for example in Jar files).

See Also