The only exception thrown by the CRM Web service is a common SoapException whose message property is always “Server was unable to process request.” To handle that exception, catch the exception and display the InnerXml error code, error text, and error description Example try { // Delete the non-existent Contact service.Delete(EntityName.contact.ToString(), contactGuid); [...]
Posts Tagged ‘Exception’
Handling SOAP Exceptions In Microsoft Dynamics CRM
Posted: January 20, 2009 in Microsoft Dynamics CRMTags: Exception, SoapException
0

