Uiinfrastructure API Docs  
 

AErrorModel.ClearError Method (String, ISessionManager, IApplication)

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

public abstract void ClearError(
   string sKey,
   ISessionManager mySessionManager,
   IApplication myApplication
);

Parameters

sKey
String key used to store the error to be removed.
mySessionManager
ISessionManager
myApplication
IApplication

See Also

AErrorModel Class | com.plumtree.uiinfrastructure.errordisplay Namespace | AErrorModel.ClearError Overload List