hello all
i have try block with 10 method
try
{
method1()
method2()
method3()
method4()
method5()
method6()
method7()
method8()
method9()
method10()
}
catch()
{
}
how to ignore error handel if error coming in Method6() and rest method if any error come it handle in catch black .