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

In This Topic
    KnowledgeGraphTypeNotInDataModelException Class
    In This Topic
    Managed exception class for Knowledge Graph exceptions when a specified type is not present in the local cached data model.
    Syntax
    public sealed class KnowledgeGraphTypeNotInDataModelException : System.Exception, System.Runtime.Serialization.ISerializable  
    Public NotInheritable Class KnowledgeGraphTypeNotInDataModelException 
       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.KnowledgeGraphTypeNotInDataModelException

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.3 or higher.
    See Also