I am calling web service in my windows phone 8 application.Its working fine but some times it gets to receive data I get this timeout exception.(due to slow network or some other proble).so this time my application is not handled and it give =exception like bellow.
An exception of type 'System.TimeoutException' occurred in System.ServiceModel.ni.dll but was not handled in user code
How can i handle this exception. no idea what to do.