ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation.IEditContext Interface / Abort Method / Abort(String) Method
A string describing the reason to abort.

In This Topic
    Abort(String) Method
    In This Topic
    Abort the callback and set the errorMessage.
    Syntax
    void Abort( 
       string errorMessage
    )
    Overloads Sub Abort( _
       ByVal errorMessage As String _
    ) 

    Parameters

    errorMessage
    A string describing the reason to abort.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also