Exception.InnerException 属性的使用
摘要:
例子(部分代码): protected void Button3_Click(object sender, EventArgs e) { try { Divide(10,0); } catch (Exception ex) { Label3.Text = "产生的异常信息如下:<br/>"; Lab 阅读全文
posted @ 2023-04-04 17:46 itjeff 阅读(227) 评论(0) 推荐(0)
浙公网安备 33010602011771号