Handling Error 400 on a WCF call webhttp

Aug 23 2017 9:57 AM
Hello excellent post. But I have a question, how do you manage an 400 error code in wcf without handling as an general exception. I mean I am receiving a 400 but I need to read the body of the message.
My implementation throws the error before the replyreceived is triggered.
Thanks.