Uiinfrastructure API Docs  
 

UIErrorHandler.RaiseError Method 

Call this method to raise an error for display. The appropriate users will see this error displayed in the appropriate way.

Calling this method will log error information.

Calling this method will cause the passed UIError object to be saved on the session or application as appropriate.

public static void RaiseError(
   UIError error,
   ISessionManager sessionManager,
   IApplication application
);

Parameters

error
Pass a UIError object.
sessionManager
Pass an ISessionManager
application
Pass an IApplication

See Also

UIErrorHandler Class | com.plumtree.uiinfrastructure.errordisplay Namespace