Uiinfrastructure API Docs  
 

RecommendationHelper.ConvertExceptionToRecommendationFromShortName Method 

Returns a recommendation string for an exception's shortname, more reusable

public static string ConvertExceptionToRecommendationFromShortName(
   string exceptionName,
   string messageStr,
   string secondLine,
   XPException te
);

Parameters

exceptionName
messageStr
secondLine
te

Return Value

See Also

RecommendationHelper Class | com.plumtree.uiinfrastructure.application.startup.messages Namespace