Catch Exception treatment

前端 未结 5 2018
情歌与酒
情歌与酒 2021-01-14 10:25

What\'s the difference between using

catch(Exception ex)
{
   ...
   throw ex;
}

and using

catch   //  might include  (Exc         


        
5条回答
提交回复
热议问题