try catch抛出异常定位

catch (DbEntityValidationException dbEx)
{
return Json(MsgCommon.respJsonErrorMsg(dbEx.ToString()));
}

posted @ 2020-01-21 10:02  sj2016  阅读(812)  评论(0)    收藏  举报