具体如下:


using System.Web.Services.Protocols;


try
{

crmService.Update(procurementPlanEntity);//更新操作
}
catch (SoapException ex)
{
   var msg = "Update:" + (ex.Message + "." + ex.Detail.InnerText);
   throw new Exception(msg);
}



 

相关文章:

  • 2021-07-16
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
  • 2022-12-23
  • 2021-10-12
猜你喜欢
  • 2022-01-13
  • 2021-09-22
  • 2022-02-02
  • 2021-09-10
相关资源
相似解决方案