2017-11-01 C# trycatch&

2021-05-02 12:27

阅读:402

标签:final   输出   语句   style   line   amp   必须   write   顺序   

try{

  //无论如何都会走,必须写;

}

catch(Exception a){  //Exception报异常,需要定义,需要写输出语句;

  //如果上面执行失败走,必须写;

  Console.writeLine(a);

}

finally{

  //无论如何都会执行的语句,可以不写;

}

顺序在执行。

2017-11-01 C# trycatch&

标签:final   输出   语句   style   line   amp   必须   write   顺序   

原文地址:http://www.cnblogs.com/xinchenhui/p/7765743.html


评论


亲,登录后才可以留言!