Exceptions in ADO.Net 2.0 [Siraj Lala]
Posted by: DataWorks WebLog,
on 08 Jun 2005 |
View original | Bookmarked: 0 time(s)
Id like to briefly talk about some of the work we have done in ADO.NET 2.0, for improvement of Errors and Exception usage. In ADO.NET 1.1, several error messages were generic and didnt have enough detail to make them actionable. An example of this is the infamous General network error that could occur in variety of cases. In ADO.NET 2.0, we now surface the exceptions that we get when making calls to the lower network layer (SNIX the network transport layer used by SqlClient). These exceptions are...