ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Geometry.Exceptions Namespace / GeometryObjectException Class
Members Version

GeometryObjectException Class
Indicates there is a problem with a geometry parameter passed to a GeometryEngine function. For example the geometry is empty or non Z-Aware (when passed to a function expecting a z-aware geometry).
Syntax
public class GeometryObjectException : GeometryException, System.Runtime.Serialization.ISerializable  
Inheritance Hierarchy

System.Object
   System.Exception
      ArcGIS.Core.Geometry.Exceptions.GeometryException
         ArcGIS.Core.Geometry.Exceptions.GeometryObjectException
            ArcGIS.Core.Geometry.Exceptions.NullGeometryObjectException

Requirements

Target Platforms: Windows 11, Windows 10

ArcGIS Pro version: 3 or higher.
See Also