By putting a try/catch block into your code.
On Fri, Aug 24, 2012 at 12:55 AM, Damon <[email protected]> wrote: > Hi All: > We use WebClient to send RESTful web service request. > > Now if there is any exception happened inside the WebClient, like the server > is inaccessable , it will print the exception stack trace to console directly > How can I disable this? I prefer to handle the exception logging by myself. > > > Thanks in advance ! >
