Exception Handling try { //code } catch (Exception ex) { //code } throw new Exception("you did something stupid");