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

In This Topic
    GeometryObjectException Class
    In This Topic
    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  
    Public Class GeometryObjectException 
       Inherits GeometryException
       Implements 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