Differences
This shows you the differences between the selected revisions of the page.
| 2013-04-30 | 2013-05-09 | ||
| Using camel case for PowerShell built-in constants as MS does (martin) | no summary (110.143.179.190) (hidden) | ||
| Line 95: | Line 95: | ||
| catch (Exception e) | catch (Exception e) | ||
| { | { | ||
| - | Console.WriteLine("Error: {0}", e); | + | Console.WriteLine("Error: {0}", e); //comments |
| return 1; | return 1; | ||
| } | } | ||