Files
Powershell-Training/1.Basic/11.Function_exception.ps1

4 lines
73 B
PowerShell

Throw "it's a trap"
Write-Error -Message "It' a trap" -ErrorAction Stop