Using Catch Statement

Sep 11 2013 5:32 AM
Hi all,

I want to know difference of below one

  1)
catch
{

}

2)

catch(Exception ex)
{
  throw ex;
}

which one is the best if your using then what is the reason for that,and give some example...


plz reply

Answers (3)