Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

throw exception powershell

function Do-Something
{
    throw "Bad thing happened"
}
Source by powershellexplained.com #
 
PREVIOUS NEXT
Tagged: #throw #exception #powershell
ADD COMMENT
Topic
Name
5+6 =