try
{
# Do soemthing
}
catch
{
Write-Error "Error!"
Write-Error "Message: $_.message"
Exit(1)
}