try{

if(arr.Length >2)

{

throw new DevideByZeroException();

}

}

catch (Exception e)

{Console.WriteLine(e.Message);

}

 

posted on 2021-07-24 22:20  ♩♪♫♬  阅读(58)  评论(0)    收藏  举报