I am trying to write code with exception handling but, I have one concern about which one is good to write in try catch block "Specific Exception" or "Generic Exception".
Performance wise which one is better.
Kindly help me with suggestions.
Thanks in advance.