Differences
This shows you the differences between the selected revisions of the page.
| 2016-09-29 | 2017-03-15 | ||
| No need to call Close explicitly, it's done implicitly by the Using statement. And I do not see any reason for the RemoveHandler call. Please explain. (martin) | no summary (14.141.109.10) (hidden) (untrusted) | ||
| Line 71: | Line 71: | ||
| catch (Exception e) | catch (Exception e) | ||
| { | { | ||
| - | Console.WriteLine("Error: {0}", e); | + | Console.WriteLine("Error: {0}", e); ······} | 
| - | return 1; | + | |
| - | ········} | + | |
| } | } | ||