hello sir/madam,
could you please tell me what happens in the following session1 and session2?
Section 1
Try{
Some code
}
Catch(exception e)
{
Throw e;
Section 2
Throw;