ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core Namespace / InvalidVersionException.Type Enumeration

In This Topic
    InvalidVersionException.Type Enumeration
    In This Topic
    Specifies the exceptions that may occur when attempting to use a project or project template, a map or layout file, or a package
    Syntax
    public enum InvalidVersionException.Type : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum InvalidVersionException.Type 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    InvalidVersionException The file or package has the wrong version number, and cannot be used in the current version of ArcGIS Pro
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Desktop.Core.InvalidVersionException.Type

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also