我在 PowerShell 中收到以下非终止错误。我想抓住这个并写一个通用的语句,而不是看到错误。
这是输出:
您不能在空值表达式上调用方法。在 C:\PowerShell Scripts\windowsUpdates.ps1:17 char:2 + $a = $key.GetValue("LastSuccessTime") + ~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~ + CategoryInfo : InvalidOperation: (:) [], ParentContainsErrorRec ordException + FullyQualifiedErrorId : InvokeMethodOnNull
我的 catch 语句目前没有“捕捉”这个。
任何帮助表示赞赏。