Uiinfrastructure API Docs  
 

RecommendationHelper.ConvertStackTraceToShortString Method 

Converts stack trace string to a short reasonable string

public static string ConvertStackTraceToShortString(
   string stackTrace,
   bool getSecondLine
);

Parameters

stackTrace
getSecondLine

Return Value

See Also

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