Getting Useful Error Messages from MS Dynamics CRM Plugins through WCF
问题 We have a Silverlight 4 front-end with a WCF Service middle tier, which in turn references CRM 4 web services. When a InvalidPluginExecutionException occurs in our plugins, the best error message I can obtain from the WCF FaultException is a general SoapException message, which really isn't that helpful. Is there a way to get specific error messages from our plugins propogated up to our WCF (and eventually to our Silverlight app). We want to know which Plugins are failing. I posted my answer