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

In This Topic
    NullGeometryObjectException Class
    In This Topic
    Thrown when the geometry is null or empty.
    Syntax
    public class NullGeometryObjectException : GeometryObjectException, System.Runtime.Serialization.ISerializable  
    Public Class NullGeometryObjectException 
       Inherits GeometryObjectException
       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