I am using new WebClient(url).UploadString(… to invoke a WCF WebInvoke web method.
The method is throwing a fault exception.
Is there any way to get more detailed error information other than
“The remote server returned an error: (400) Bad Request”
I am throwing a fault (FaultException) with all the relevant information in it.
Regards
Craig.
1 Answer