回答.Net类的一个属性,当Getter里出现异常的时候,powershell中没有任何错误信息。2015年7月25日 来自 Mooser Lee Joel Bennett : That’s by design. In PowerShell, exceptions in properties are always hidden. Jason Shirk If you want to see the exceptions, you’ll need to use method syntax: $test.get_Number()