ComponentOne Data Source for Entity Framework
C1.Data Namespace / SavedChangesEventArgs Class / MarkErrorAsHandled Method

In This Topic
    MarkErrorAsHandled Method (SavedChangesEventArgs)
    In This Topic
    If this method is called for a failed operation (if HasError is true), it marks the error as handled. Otherwise, an exception is thrown.
    Syntax
    'Declaration
     
    
    Public Sub MarkErrorAsHandled() 
    public void MarkErrorAsHandled()
    See Also