程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 更多編程語言 >> 編程綜合問答 >> datagridview-裡面的exception ex 中的ex代表什麼?還需要添加以下代碼嗎

datagridview-裡面的exception ex 中的ex代表什麼?還需要添加以下代碼嗎

編輯:編程綜合問答
裡面的exception ex 中的ex代表什麼?還需要添加以下代碼嗎

圖片說明

//int i = dataGridView1.CurrentCell.RowIndex;
//DataRow dr = ds.Tables["DressingWheel"].Rows[i];
//dr["修整輪名稱"] = dataGridView1.CurrentRow.Cells[0].Value.ToString();
////dr["修整輪名稱"] = dataGridView1.Rows [i].Cells[0].Value.ToString();
//dr["修整輪直徑"] = dataGridView1.CurrentRow.Cells[1].Value.ToString();
//dr["修整輪圓角半徑R1"] = dataGridView1.CurrentRow.Cells[2].Value.ToString();
//dr["修整輪圓角半徑R2"] = dataGridView1.CurrentRow.Cells[3].Value.ToString();
//dr["距離L1"] = dataGridView1.CurrentRow.Cells[4].Value.ToString();
//dr["距離L2"] = dataGridView1.CurrentRow.Cells[5].Value.ToString();
//dr["修整輪修整高度H"] = dataGridView1.CurrentRow.Cells[6].Value.ToString();

最佳回答:


這是異常處理,ex是異常對象,裡面還有異常信息
http://www.cnblogs.com/lxw0109/archive/2013/04/05/CSharp-Exception.html

caohuan95568
  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved