Differences
This shows you the differences between the selected revisions of the page.
| 2018-04-26 | 2018-05-08 | ||
| wording + positive messages first + discourage from use in web application (martin) | no summary (185.46.214.80) (hidden) (untrusted) | ||
| Line 114: | Line 114: | ||
| catch (Exception e) | catch (Exception e) | ||
| { | { | ||
| - | Console.WriteLine("Error: {0}", e); | + | Console.WriteLine("Error: " + e.Message); |
| return 1; | return 1; | ||
| } | } | ||