ArcGIS Pro 3.7 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
    Overloads Sub Abort( _
       ByVal errorMessage As String _
    ) 
    void Abort( 
       string errorMessage
    )

    Parameters

    errorMessage
    A string describing the reason to abort.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also