예제 #1
0
파일: App.xaml.cs 프로젝트: niv/catflap
 private void ReportException(Exception e)
 {
     Logger.Info(e.ToString());
     ExceptionMessageBox window = new ExceptionMessageBox(e, "A exception has occurred. This is a BUG! Pretty please report it, " +
         "so that it can be fixed. Just press 'copy to clipboard' and send it to [email protected] or post it on the GitHub issue tracker.");
     window.ShowDialog();
 }
예제 #2
0
 private void ReportException(Exception e)
 {
     ExceptionMessageBox window = new ExceptionMessageBox(e, "Um erro ocorreu. Isso é um BUG! Por favor, avise" +
         "para que isso possa ser arrumado. Pressione 'Copiar' e poste no GitHub issue tracker.");
     window.ShowDialog();
 }