What is the exact exception and message that is thrown if a query times out?
Posted: Sat 23 Jun 2012 02:07
I haven't actually looked at this error too often, but I believe I need to trap this condition in one particular query in my application. We are expecting our software to be installed on some slow syistems with only 500 MB of RAM. I'm expecting that this one particular query is going to time out a lot and I need to handle the condition properly. Unfortunately, my workstation has 4 GB and 2 cores and is clocked at almost 3 GHz.
SO what exactly do I need to catch and how do I know for sure that it's a timeout exception?
BTW, the query is generated using an Entity Framework 4.0 context developed using Entity Developer. We're using build 5.80.350.0.
Tony
SO what exactly do I need to catch and how do I know for sure that it's a timeout exception?
BTW, the query is generated using an Entity Framework 4.0 context developed using Entity Developer. We're using build 5.80.350.0.
Tony