manishsawant
MIS
Hi,
I wanted to know the difference in Exception handling mechanism used by C# and VB6. Just wanted to know the process that C# follows. Like in C# its
try
{
}
catch()
{
}
finally
{
}
and in VB6 its on error goto error handler. I know that VB6 doesnt have finally. But how better or bad C# can be in terms of Exception handling as compared to VB6.
Regards,
Manish
I wanted to know the difference in Exception handling mechanism used by C# and VB6. Just wanted to know the process that C# follows. Like in C# its
try
{
}
catch()
{
}
finally
{
}
and in VB6 its on error goto error handler. I know that VB6 doesnt have finally. But how better or bad C# can be in terms of Exception handling as compared to VB6.
Regards,
Manish