sc 2 years ago
parent
commit
8eadfb5acc
  1. 6
      App.xaml.cs

6
App.xaml.cs

@ -48,7 +48,7 @@ namespace formula_manage
// + "(2)错误源:" + e.Exception.Source + Environment.NewLine
+ "详细信息:" + e.Exception.Message + Environment.NewLine
// + "(4)报错区域:" + e.Exception.StackTrace
);
);
}
else
{
@ -57,10 +57,8 @@ namespace formula_manage
+ "错误信息:" + e.Exception.Message + Environment.NewLine
// + "(4)详细信息:" + e.Exception.InnerException.Message + Environment.NewLine
// + "(5)报错区域:" + e.Exception.InnerException.StackTrace
);
);
}
}
}
}

Loading…
Cancel
Save