我正在批量插入一长串对象。比我执行提交。
它有时会因错误而失败(C#)
"The INSERT statement conflicted with the FOREIGN KEY constraint "FK_MyFK". The conflict occurred in database "DCDCommunity", table "MySchema.MyTable", column 'Id'.\r\nThe statement has been terminated."}
System.Exception {System.Data.SqlClient.SqlException}
现在,我是否必须编写一个程序来迭代我的数据文件以查找该值,或者我可以在异常中获取它吗?