ArcGIS Pro 2.9 API Reference Guide
UnmarkAsExceptionInEditOperation Method

ArcGIS.Core.Data.Extensions Namespace > ArcGISCoreDataExtensions Class : UnmarkAsExceptionInEditOperation Method
The ArcGIS.Core.Data.Topology instance to unmark the errors as exceptions.
The topology error currently marked as an exception.
Resets the topologyError currently marked as an exception to once again be an error. This method must be called on the MCT. Use QueuedTask.Run.
Syntax
public static void UnmarkAsExceptionInEditOperation( 
   Topology topology,
   TopologyError topologyError
)
Public Shared Sub UnmarkAsExceptionInEditOperation( _
   ByVal topology As Topology, _
   ByVal topologyError As TopologyError _
) 

Parameters

topology
The ArcGIS.Core.Data.Topology instance to unmark the errors as exceptions.
topologyError
The topology error currently marked as an exception.
Exceptions
ExceptionDescription
topologyError is null.
Cannot find a layer in the active map that connects to the same geodatabase as that of the Topology.
This method must be called on the Main CIM Thread. Use QueuedTask.Run.
A geodatabase-related exception has occurred.
Remarks
Requirements

Target Platforms: Windows 11, Windows 10, Windows 8.1

See Also

Reference

ArcGISCoreDataExtensions Class
ArcGISCoreDataExtensions Members