摘要: 1 try 2 { 3 ...... 4 } 5 catch (DbEntityValidationException exc) 6 { 7 // just to ease debugging 8 foreach (var error in exc.EntityValidationErrors) 9 阅读全文
posted @ 2019-06-17 11:03 Cyber9527 阅读(594) 评论(0) 推荐(0)