Differences
This shows you the differences between the selected revisions of the page.
2017-10-16 | 2017-11-13 | ||
link update (martin) | removing unneeded exception type specification (martin) | ||
Line 178: | Line 178: | ||
$result = 0 | $result = 0 | ||
} | } | ||
- | catch [Exception] | + | catch |
{ | { | ||
Write-Output "Error: $($_.Exception.Message)" | Write-Output "Error: $($_.Exception.Message)" |