Skip to main content
A newer version of this page is available. .

ErrorHandling.ClearPageError(Func<ErrorInfo, Boolean>) Method

Namespace: DevExpress.ExpressApp.Web

Assembly: DevExpress.ExpressApp.Web.v18.2.dll

Declaration

public void ClearPageError(
    Func<ErrorInfo, bool> needRemoveErrorDelegate
)

Parameters

Name Type
needRemoveErrorDelegate Func<DevExpress.ExpressApp.Web.ErrorInfo, Boolean>
See Also