Quantcast
Channel: Recent Edits
Viewing all articles
Browse latest Browse all 12198

The real problem...

$
0
0
The real problem with that code is the fact that it assumes a non-null InnerException at all. It should be:null == ex.InnerException ? "No Inner Fault" : ex.InnerException.MessageThere's also no mention of aborting the WCF proxy, as is usual with a failed WCF call. It's not clear whether client code is responsible for doing that, or if the extra infrastructure provided by CRM libraries will do it and automatically reinitialise a channel encapsulated in a ServiceProxy.

Viewing all articles
Browse latest Browse all 12198

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>