diff --git a/App.xaml.cs b/App.xaml.cs index 0303e14..118d6bd 100644 --- a/App.xaml.cs +++ b/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 - ); + ); } - - } } }