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

In This Topic
    ShowModalMessageAfterFailure Property
    In This Topic
    Gets and sets a value to show a modal dialog if the EditOperation fails.
    Syntax
    public bool ShowModalMessageAfterFailure {get; set;}
    Public Property ShowModalMessageAfterFailure As Boolean
    Remarks
    If this property is true a modal error dialog will be shown after the edit fails showing a default UI explaining the failure to the user.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also