Chrisaldi Posted February 4, 2004 Posted February 4, 2004 Hi to all! I would like to ask if How can I replace the Exception Error "Timeout Expired" to any message that the user can understand? Any help will do.. Thanks!! Quote
bungpeng Posted February 4, 2004 Posted February 4, 2004 When do you get this timeout expired message? Quote
Administrators PlausiblyDamp Posted February 4, 2004 Administrators Posted February 4, 2004 (edited) try 'code that times out catch ex as timeoutexception messagebox.show ("Your message here") end try for future reference could you please not post the same request across multiple forums, if you post it to the correct forum people will reply - there is no need to post the same question to both the VB and C# forums. Edited February 4, 2004 by PlausiblyDamp Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Chrisaldi Posted February 4, 2004 Author Posted February 4, 2004 try 'code that times out catch ex as timeoutexception messagebox.show ("Your message here") end try Your The MAN Sir PlausiblyDamp !!!! Thanks a lot!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.