ArcGIS Pro 2.9 API Reference Guide
ShowModalMessageAfterFailure Property

ArcGIS.Desktop.Editing Namespace > EditOperation Class : ShowModalMessageAfterFailure Property
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, Windows 8.1

See Also

Reference

EditOperation Class
EditOperation Members