use following to catch errortry { //do stuff } finally { //clean up }catch(Exception ex) { throw ex; }
use following to catch errortry { //do stuff } finally { //clean up }
catch(Exception ex) { throw ex; }