i wrote :
catch (Exception e)
{
Entity order = new Entity("salesorder");
order.Id = orderid;
order["description"] = e.Message;
service.Update(order);
}
in every catch still, the error is not saved in description field. I still got the ISV code aborted message. Please help, how to debug this online plugin.