using System.ServiceModel.DomainServices.Client; .... domaincontext.SubmitChanges(Changes_Submitted, null); .... private void Changes_Submitted(SubmitOperation sop) { if (sop.HasError) { ErrorWindow.CreateNew(sop.Error); sop.MarkErrorAsHandled(); } }
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.