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 148: | Line 148: | ||
| Return 0 | Return 0 | ||
| Catch e As Exception | Catch e As Exception | ||
| - | Console.WriteLine("Error: {0}", e) | + | Console.WriteLine("Error: {0}", e.Message) |
| Return 1 | Return 1 | ||
| End Try | End Try | ||