Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的实体框架将始终以 SQL Server 为目标。
所以,在我的程序中。我应该捕获什么类型的异常?
数据异常或SqlException?
在 DAL 中,记录后再次抛出异常是否很好?
我建议多次捕获并记录两者。
在实时环境中,不建议向客户端系统抛出错误,但是您始终需要抛出错误。
所以它是你的电话怎么做。
如果它的现场向客户展示了一个漂亮的错误,那就是出了问题,我们正在寻找。