Thanks krishna.
My Problem is I have while loop in that i am executing some code.
But If the exception is occured it exists the procedure.
But it should continue even an exception is occured.
Thats way I put try/catch in that while loop .
I thought that it continues even though exception is occured.
Please help me with this scenario.