Hi everybody,
I hope you are well. I have an Dynamics 365 9.0 and have the Problem, that the Message for InvalidPluginExecutionException contains only on the other entities Form HTLM Code in the error Message.
My plugin works on e mail template entity.
my code:
var deneme = "deneme deneme deneme";
throw new InvalidPluginExecutionException(deneme);
Anybody an Idea how can i fix it?
Thanks for help.