WebServiceException ToString

Hi, currently WebServiceException does not override to string , so that the base ToString() implementation returns quite “unusefull” info

I suggest to override the ToString method of WebServiceException
to add info such as errorCode, errorMessage, StatusCode, .Responsestatus.Errors … etc …

That would turn usefull, expecially when logging, since most logging mechanism dump the ex.ToString() …

regards Enrico

WebServiceException.ToString() was customized in this commit.

This change is available from v4.0.51 that’s now available on MyGet.