D
deepak
the code goes some thing like this
try
{
some statements;
}
catch(Exception ex)
{
throw;
}
try
{
some statements;
}
catch(Exception ex)
{
throw ex;
}
try
{
some statements;
}
catch(Exception ex)
{
throw;
}
try
{
some statements;
}
catch(Exception ex)
{
throw ex;
}