annotations - What type of exception is raised if "service.Retrieve" method doesn't find the specified entity Id in CRM? -


i retrieving annotation crm

service.retrieve("annotation", annotationid, col); 

what type of exception raised if above "service.retrieve" method doesn't find specified "annotationid" in crm?

its going organizationservicefault, see handle exceptions in code further advice.


Comments

Popular posts from this blog

javascript - Trigger mouseenter when an animated element touches mouse -

json - Zend error Connection -

java - Using Spring @Transactional with a combination of readOnly and write, when does this entity get committed? -