S scarr Member Licensed User Longtime User Feb 27, 2013 #1 Hi, I have a app that whilst testing (I test be stopping the socket server) gets a SocketTimeoutException can I catch this and put up a better message? Thanks Steve
Hi, I have a app that whilst testing (I test be stopping the socket server) gets a SocketTimeoutException can I catch this and put up a better message? Thanks Steve
thedesolatesoul Expert Licensed User Longtime User Feb 27, 2013 #2 Try "Try...Catch...End Try" Catch "Didnt work" End Try Upvote 0