【发布时间】:2013-02-27 17:37:54
【问题描述】:
如果我这样做,在 PowerShell v2.0 中:
gc function:\mkdir
我得到一些包含以下内容的代码:
try {
$steppablePipeline.End()
} catch {
throw
}
try/catch/throw 这里的意思是什么?
【问题讨论】:
-
只是一个猜测,但也许它看起来像是
throw语句引发的异常?
标签: powershell-2.0