Hi
Better to stick to the way u have done it currently . But
just in case u need it
try
{
}
catch(Exception e)
{
}
regards,
sr
-----Original Message-----
hi all..
I am just wondering how can I catch all exceptions?
do I have do write all exceptions in the try and catch
statement?
currently I am using the following statement.
try
{
}catch(NullException e)
{
}
catch(FileNotFoundException ee)
{
}
All thoughts welcome,
Nigil
.