Uiinfrastructure API Docs  
 

UIErrorHandler.ClearError Method

Call this method to clear the specified error from the current user's collection of UIError objects.

This method should be called when it is no longer appropriate for users to see error messages generated for the passed error.

Overload List

Call this method to clear the specified error from the current user's collection of UIError objects.

This method should be called when it is no longer appropriate for users to see error messages generated for the passed error.

public static void ClearError(UIError,ISessionManager,IApplication);

Call this method to clear the specified error from the current user's collection of UIError objects.

This method should be called when it is no longer appropriate for users to see error messages generated for the passed error.

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

See Also

UIErrorHandler Class | com.plumtree.uiinfrastructure.errordisplay Namespace