public static void SetText(this IIndicator indicator, System.Exception e) { indicator.SetText(ErrorMsg.GetExceptionMessage(e)); }