ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing Namespace / EditOperation Class / ErrorMessage Property

In This Topic
    ErrorMessage Property (EditOperation)
    In This Topic
    Gets and sets the ErrorMessage.
    Syntax
    public string ErrorMessage {get; set;}
    Public Property ErrorMessage As String
    Remarks
    If an EditOperation fails, the ErrorMessage is set with the error, if known.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also