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

In This Topic
    ProjectCloudDriveSaveAsException Class
    In This Topic
    Project Cloud Drive Save As exception. This exception is thrown when a project on a cloud drive fails to save as.
    Syntax
    Public NotInheritable Class ProjectCloudDriveSaveAsException 
       Inherits ProjectSaveException
       Implements System.Runtime.Serialization.ISerializable 
    public sealed class ProjectCloudDriveSaveAsException : ProjectSaveException, System.Runtime.Serialization.ISerializable  
    Inheritance Hierarchy

    System.Object
       System.Exception
          ArcGIS.Desktop.Core.ProjectSaveException
             ArcGIS.Desktop.Core.ProjectCloudDriveSaveAsException

    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also