单项选择题
A.A
B.B
C.C
D.D
单项选择题 You write the following custom exception class named CustomException. You need to write a code segment that will use the CustomException class to immediately return control to the COM caller. You also need to ensure that the caller has access to the error code. Which code segment should you use?()
单项选择题 如果您创建了一个名叫Assembly1的程序集,它包含了一个public方法。而在全局高速缓存里包含了另一个程序集叫Assembly2。如果您必须确定那个public方法只能在Assembly2中被调用,则您应该使用下面的哪个权限类。()
多项选择题 你正在开发一个人力资源管理系统。你需要在无需编译的情况下存储当前的员工信息 你要存储这个员工信息作为配置文件中的一个节点 应用程序配置文件的相关部分展品所示: 你想要使用.NET2.0的配置文件API来访问自定义的节点。 你需要确保可以以变成的方式访问EmploveeSection节点你要怎么做?()