What to use instead DbEntityValidationException in EF Core?

前端 未结 0 1746
深忆病人
深忆病人 2021-02-13 14:18

With EF I used DbEntityValidationException catch branch (along with others)

catch (DbEntityValidationException exception)
{
    // any statements here...
    thro         


        
相关标签:
回答
  • 消灭零回复
自定义标题
段落格式
字体
字号
代码语言
提交回复
热议问题