Thread: Try Catch issue
View Single Post
  #2 (permalink)  
Old 12-13-2007, 01:48 PM
gulapala gulapala is offline
Member
 
Join Date: Dec 2007
Posts: 11
gulapala is on a distinguished road
The syntax of try{}catch {} is wrong.

it should be
<code>
try {
// But your code
} catch (Exceptionclassname variable) {
//But your errormessage here.
}
</code>
__________________
Thanks & Regards, G.Rajasekhar
Reply With Quote