Statement that fails # Trap { # write-output "herea" # $_.Exception # $err = $_.Exception # while ( $err.InnerException ) # { # $err = $err.InnerException # write-output $err.Message # }; # continue # } |
Thursday, 28 January 2010
Powershell : Get inner errors for more info (sometimes)
Posted by Ook at 01:32
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment