ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Desktop.KnowledgeGraph Namespace / KnowledgeGraphOpenCypherQueryException Class
Members

In This Topic
    KnowledgeGraphOpenCypherQueryException Class
    In This Topic
    Managed exception class for Knowledge Graph query exceptions. This can occur when a query uses a type not in the database.
    Syntax
    public sealed class KnowledgeGraphOpenCypherQueryException : System.Exception, System.Runtime.Serialization.ISerializable  
    Public NotInheritable Class KnowledgeGraphOpenCypherQueryException 
       Inherits System.Exception
       Implements System.Runtime.Serialization.ISerializable 
    Remarks
    One solution to this exception is to refresh the data model and re-run the original operation.
    Inheritance Hierarchy

    System.Object
       System.Exception
          ArcGIS.Desktop.KnowledgeGraph.KnowledgeGraphOpenCypherQueryException

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also