如果 "service.Retrieve" 方法在 CRM 中找不到指定的实体 ID,会引发什么类型的异常?

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

我正在从 CRM 中检索注释

service.Retrieve("annotation", annotationId, col);

如果上述 "service.Retrieve" 方法未在 CRM 中找到指定的 "annotationId",会引发什么类型的异常?

它可能会是 OrganizationServiceFault,请参阅 Handle exceptions in your code 以获取更多建议。