out of memory exception

shankar_it

Freshman
Joined
Jul 6, 2005
Messages
46
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.
 
Last edited:
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.
 
Back
Top