Hi,
In WCF Data Services assemblies the DataServiceClientException is usually wrapped by the DataServiceQueryException/DataServiceRequestException as the inner exception. The differences between DataServiceQueryException and DataServiceRequestException
from developers' point of view:
DataServiceQueryException: Only can be thrown when you call DataServiceContext.Execute(), DataServiceContext.LoadProperty() methods. (And their async counterparts)
DataServiceRequestException: Only can be thrown when you call DataServiceContext.ExecuteBatch(), DataServiceContext.SaveChanges() methods. (And their async counterparts)
Actually this is a WCF Data Services question instead of Azure question so if you have further questions please ask in WCF Data Services forum:
http://social.msdn.microsoft.com/Forums/en/adodotnetdataservices/threads
Allen Chen [MSFT]
MSDN Community Support | Feedback to us
Get or Request Code Sample from Microsoft
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
