ArcGIS Pro 3.7 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 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable 
    public enum GeometryException.GeometryExceptionType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable, System.ISpanFormattable  
    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also