Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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!!

  • Administrators
Posted (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 by PlausiblyDamp

Posting Guidelines FAQ Post Formatting

 

Intellectuals solve problems; geniuses prevent them.

-- Albert Einstein

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...