I\'m consuming a clunky WCF server that occasionally throws various exceptions, and additionally returns some of its errors as string. I have no access to the s
If the service isn't returning a true exception, but just a message, you probably want to add a ClientMessageInspector as a new client behavior. Please see: https://msdn.microsoft.com/en-us/library/ms733786.aspx