ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Core Namespace / ProjectOpenException Class
Members

In This Topic
    ProjectOpenException Class
    In This Topic
    The base class for Project open exceptions.
    Syntax
    Public MustInherit Class ProjectOpenException 
       Inherits System.Exception
       Implements System.Runtime.Serialization.ISerializable 
    public abstract class ProjectOpenException : System.Exception, System.Runtime.Serialization.ISerializable  
    Inheritance Hierarchy

    System.Object
       System.Exception
          ArcGIS.Desktop.Core.ProjectOpenException
             ArcGIS.Desktop.Core.OpenProjectNotLoggedInException

    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also