Uiinfrastructure API Docs  
 

AErrorModel.ClearError Method

Call this method to clear the specified error.

Overload List

Call this method to clear the specified error.

public virtual void ClearError(string);

Implement to remove the specified error. Concrete implementations should differ to the UIErrorHandler class, or one of its subclasses.

public abstract void ClearError(string,ISessionManager,IApplication);

See Also

AErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace