English 中文(简体)
强国 2. 如何确定哪类例外可以放弃?
原标题:Powershell 2: How to determine what exceptions a cmdlet can throw?

在我的(有限)java方案拟订日过去,我记得这一 feature的特征,如果我试图发出一个可以放弃例外的呼吁,那将要求我处理这一例外,或者把它交给可能的话。

不管怎么说,我写的是一部权力法典,它把物体放在积极目录上,因此,我想非常谨慎。 我偶尔会发现偏僻时间差错,这正导致我更普遍的问题:

“我能事先知道这些微笑中的哪一个能够作出说明危险条件的例外规定,这些可能的例外情况的清单是什么?”

I am wondering if the list of exceptions, per cmdlet, is way too long to address all possibilities. I also don t want to just write a generic exception handler, as powershell seems to do OK in the general sense of error handling.

如何以最佳方式确定可能出现的所有例外清单。 这样做是否可行?

感谢!

最佳回答

Heh,我认为你开始站在那里错误的脚步。 陪审团非常了解 Java是否检查了例外情况是个ice。

尽管如此,你要求回答非常困难。 在 Java,通过静态分析向汇编者表明,哪些方法(或至少是declare<>>。 它们将放弃)什么例外;这是一个封闭制度,完全存在于汇编者的工作空间。 在分布式异质系统的真正世界中,没有普遍核查的例外框架。 权力 壳牌碎块存在于一个领域。 该网络处于一个双赢的进程中,但是它们谈到支持使用象积极目录这样的老旧规程的外国服务器系统,而这种程序在执行和一般概念上是不同的世界。 例外条件可能从一个领域到下一个领域,但在所有方向都经过了战争、包裹和 mu弄,然后才能给你们,即青.的穷人。 简言之,答案是没有的。 一般性目的障碍(项目、获取项目)并不了解根本的提供者制度造成错误的倾向,也无法可靠地了解这一点。

然而,如果你有一个专门的主动名录模块(如Microsoft的主动目录模块,或QuAD模块),那么,如果支持系统有特殊条件,他们就可能列出其圆柱的例外情况。 在模块(或轴心)中,这种帮助最有可能是帮助档案,或按每个单元进行。 指挥:

ps> get-help do-something -full | more

这将显示全时的辛迪加,以及开发商认为足以使你失望的任何说明。 特别注意脚步;在座各位通常会发现一个更一般性的帮助专题,如你可能认为的“约_封不动”:get-help about_thesecmdlets

希望这一帮助。

问题回答

暂无回答




相关问题
handling exceptions IN Action Filters

Is there a better way to handle exceptions that occur inside an Action Filter itself in ASP .NET MVC? There re 2 ways I can think of at the moment. Using a try catch and setting the HTTP Status ...

既可捕获,又可举出例外。

我有一种办法,可以进入亚洲开发银行,因此,我国的亚行在多瑙河航道中的所有 st子都位于一个试捕区。 它正在追捕Kexception

Cross compiler exception handling - Can it be done safely?

I am doing some maintenance on a C++ windows dll library that is required to work with different VC++ compilers (as I don’t want to address different mangling schemes). I have already eliminated any ...

File Handling Issue

I am developing a tool in c#, at one instance I start writing into a xml file continuously using my tool,when i suddenly restart my machine the particular xml file gets corrupted, what is the reason ...

Watch a memory location/install data breakpoint from code?

We have a memory overwrite problem. At some point, during the course of our program, a memory location is being overwritten and causing our program to crash. the problem happens only in release mode. ...

Unit Test for Exceptions Message

Is there a simple (Attribute-driven) way to have the following test fail on the message of the exception. [TestMethod()] [ExpectedException(typeof(ArgumentException))] public void ExceptionTestTest() ...

热门标签