DataSource for Entity Framework in WPF
C1.Data Namespace / ClientViewLoadedEventArgs Class / MarkErrorAsHandled Method

In This Topic
    MarkErrorAsHandled Method (ClientViewLoadedEventArgs)
    In This Topic
    For the case where HasError is true, this method marks the error as handled. If this method is not called, an exception will be thrown.
    Syntax
    'Declaration
     
    Public Sub MarkErrorAsHandled() 
    public void MarkErrorAsHandled()
    See Also