try { } catch { Exception e=new Exception(); throw e; }
Asked In: Many Interviews | Alert Moderator
throw new Exception("Sorry");
Login to post response