单项选择题
通过继承()类,用户可以创建自己的异常类。
A.System.Exception
B.System.SystemException
C.System.ApplicationException
D.System.UserException
点击查看答案
相关考题
-
单项选择题
如何将控件停靠到窗体的右边?()
A.button1.Dock=DockStyle.Right
B.button1.Dock=Right
C.button1.Anchor=AnchorStyles.Right
D.button1.Anchor=Right -
单项选择题
语句string[,]_strArray=new_string[3,4];创建了多少个string对象?()
A.0
B.3
C.4
D.12 -
单项选择题
在为自定义类取名时,Microsoft推荐使用的命名规范是()。
A.Hungarian_notation
B.随便起名字
C.Camel
D.Pascal
