I want to make the debugger in Visual Studio 2010 stop at the exception System.Data.Services.Client.DataServiceClientException
.
I use Debugging -> Exceptions -> Common Language Runtime Exceptions.
When I drill down I would expect to see System.Data.Services
entry, but that's not the case.
How should I mark the exception for stopping, if I can't find it in the hierarchy?