try catch抛出异常定位

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

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