ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core Namespace / ObjectDisconnectedException Class
Members

In This Topic
    ObjectDisconnectedException Class
    In This Topic
    Exception thrown if the corresponding Pro fine-grained object has already been disposed or the handle to its underlying native object has been cleared.
    Syntax
    public class ObjectDisconnectedException : System.Exception, System.Runtime.Serialization.ISerializable  
    Public Class ObjectDisconnectedException 
       Inherits System.Exception
       Implements System.Runtime.Serialization.ISerializable 
    Inheritance Hierarchy

    System.Object
       System.Exception
          ArcGIS.Core.ObjectDisconnectedException

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also