try { : } catch { $e = $_.Exception $errLine = $_.InvocationInfo.ScriptLineNumber Write-Host -ForegroundColor Red $e at $errLine } finally { : }