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

In This Topic
    ProjectCloudDriveLockException Class
    In This Topic
    Project Cloud Drive Lock exception. This exception is thrown when a project on a cloud drive (e.g., OneDrive, SharePoint) fails to lock.
    Syntax
    Public NotInheritable Class ProjectCloudDriveLockException 
       Inherits System.Exception
       Implements System.Runtime.Serialization.ISerializable 
    public sealed class ProjectCloudDriveLockException : System.Exception, System.Runtime.Serialization.ISerializable  
    Inheritance Hierarchy

    System.Object
       System.Exception
          ArcGIS.Desktop.Core.ProjectCloudDriveLockException

    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also