entity framework 4.1 exception types
What kind of exceptions should i handle when using the entity framework. I noticed the DbUpdateConcurrencyException
. What about exceptions that occur when reading the data 开发者_开发知识库e.g database unavailable etc etc. Do i capture a SqlException
?
精彩评论