Differences
This shows you the differences between the selected revisions of the page.
2014-03-07 | 2014-03-07 | ||
no summary (189.101.4.254) | no summary (189.101.4.254) | ||
Line 96: | Line 96: | ||
catch (Exception e) | catch (Exception e) | ||
{ | { | ||
- | Console.WriteLine("Error: {0}", e); | + | Console.WriteLine("Error: {0}", e.Message); |
return 1; | return 1; | ||
} | } |