Differences
This shows you the differences between the selected revisions of the page.
| 2012-03-27 | 2012-03-28 | ||
| examples (martin) | system namespace is implicit (martin) | ||
| Line 202: | Line 202: | ||
| exit 0 | exit 0 | ||
| } | } | ||
| - | catch [System.Exception] | + | catch [Exception] |
| { | { | ||
| Write-Host $_.Exception.Message | Write-Host $_.Exception.Message | ||