InvalidClarkNameException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An exception of this type happens when the core comparator expects a Clark name, e.g.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.api DeltaXMLProcessingException
            com.deltaxml.api InvalidClarkNameException

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

[SerializableAttribute]
public class InvalidClarkNameException : DeltaXMLProcessingException
Remarks

An exception of this type happens when the core comparator expects a Clark name, e.g. {http://deltaxml.com}name, or list of Clark names and the value passed cannot be correctly parsed as such. The local name part of a Clark name MUST be given. One set of '{}' matching brackets is allowed, but is optional.
See Also