在PowerShell的2.0版,如果我這樣做:使用`catch {throw}`嘗試背後的想法是什麼?
gc function:\mkdir
我得到了一些代碼,其中包含此:
try {
$steppablePipeline.End()
} catch {
throw
}
什麼的try/catch/throw
這裏的想法?
在PowerShell的2.0版,如果我這樣做:使用`catch {throw}`嘗試背後的想法是什麼?
gc function:\mkdir
我得到了一些代碼,其中包含此:
try {
$steppablePipeline.End()
} catch {
throw
}
什麼的try/catch/throw
這裏的想法?
只是猜測,但也許它看起來像從'throw'語句拋出異常? – Mehrdad 2013-02-27 01:56:14