shankar_it Posted October 20, 2006 Posted October 20, 2006 (edited) In run time i wanted to check and see if there is an error bcs of out of memory. Is there a way to catch this exception in run time?. If there is i just want to show a Message box saying that some exception has occured. Edited October 20, 2006 by shankar_it Quote
Leaders snarfblam Posted October 20, 2006 Leaders Posted October 20, 2006 Where do you want to catch this error? Wrap the code in a Try/Catch block where the catch argument type is OutOfMemoryException. I would like to give you specific help or advice but that is all I can really say going on what you've posted. Quote [sIGPIC]e[/sIGPIC]
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.