SM
if ($dlinkStatus -ne "True") {.....}
elseif ($dlinkStatus -eq "True"){.....}
else {....}
Size: a a a
SM
AS
AB
SM
D
try {...}
catch {
[Error.One]
Do-Something
}
catch {
[Error.Another]
Do-AnotherShit
}
catch {
# all rest strange things
"Shit happens!"
}
finally {...}SM
D
AB
AB
SM
SM
SM
AS
D
try {...}
catch {
[Error.One]
Do-Something
}
catch {
[Error.Another]
Do-AnotherShit
}
catch {
# all rest strange things
"Shit happens!"
}
finally {...}AB
D
WW
AB
WW
WW