ArcGIS Pro 2.6 API Reference Guide
GeometryException.GeometryExceptionType Enumeration

ArcGIS.Core.Geometry Namespace : GeometryException.GeometryExceptionType Enumeration
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.GeometryException.GeometryExceptionType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.Geometry Namespace