摘要:
24.1 程序的结构 (1)try/except框架 __try{ //被保护的代码块 …… } __except(except fileter/*异常过滤程序*/){ //异常处理程序 } (2)说明 ①当__try块中的代码发生异常时,__except()中的过滤程序就被调用。 ②过滤程序可以是 阅读全文
posted @ 2016-03-05 17:43 浅墨浓香 阅读(2355) 评论(0) 推荐(1)
|
||
|
摘要:
24.1 程序的结构 (1)try/except框架 __try{ //被保护的代码块 …… } __except(except fileter/*异常过滤程序*/){ //异常处理程序 } (2)说明 ①当__try块中的代码发生异常时,__except()中的过滤程序就被调用。 ②过滤程序可以是 阅读全文
posted @ 2016-03-05 17:43 浅墨浓香 阅读(2355) 评论(0) 推荐(1) |
||