Posts Tagged ‘Exception’

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); [...]