示例#1
0
 public static void SetError(this IIndicator indicator, System.Exception e)
 {
     indicator.SetError(ErrorMsg.GetExceptionMessage(e));
 }