Thread
:
Try Catch issue
View Single Post
#
2
(
permalink
)
12-13-2007, 01:48 PM
gulapala
Member
Join Date: Dec 2007
Posts: 11
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
gulapala
View Public Profile
Send a private message to gulapala
Find all posts by gulapala