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

相关文章: