PowerShell - Error Handling
Find the error in this PowerShell snippet:
try {
throw 'Error'
} catch {
throw
}try {
throw 'Error'
} catch {
throw
}15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions