ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry.Exceptions Namespace / GeometryException.GeometryExceptionType Enumeration

In This Topic
    GeometryException.GeometryExceptionType Enumeration
    In This Topic
    Describes the different types of geometry exceptions.
    Syntax
    public enum GeometryException.GeometryExceptionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
    Public Enum GeometryException.GeometryExceptionType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    GeometryException Default exception.
    GeometryObjectException Indicates there is a problem with a geometry parameter passed to a GeometryEngine function.
    InvalidParameterException Indicates there is an invalid parameter passed to a GeometryEngine function.
    JsonException Indicates there is a JSON error.
    OperationException Indicates the Geometry operation failed.
    ProjectionEngineException Indicates there is a problem with the projection engine.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Geometry.Exceptions.GeometryException.GeometryExceptionType

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also