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