Uiinfrastructure API Docs  
 

UIErrorHandler.GetErrors Method

Call this method to obtain an enumeration of the current user's collection of errors.

Overload List

Call this method to obtain an enumeration of the current user's collection of errors.

public static IXPEnumerator GetErrors(ISessionManager,IApplication);

Call this method to obtain an enumeration of the current user's collection of errors that are associated with a given activity space.

public static IXPEnumerator GetErrors(ISessionManager,IApplication,AActivitySpace,bool,bool);

See Also

UIErrorHandler Class | com.plumtree.uiinfrastructure.errordisplay Namespace