英俊身影

文章
5
资源
0
加入时间
2年10月24天

C# 语句异常处理语句

1,try....catch...finally 不会找到逻辑错误,try里面放检测代码,,catch 捕捉到的异常,怎样处理finally不管有没有异常都会执行    try catch finally  3种组合2,finally 很顽强  return后仍然会执行3,  4,excption的用法  exception是所有异常的父类5,自定义异常错误例子:using System;usin