BLL obj = new BLL(); try { obj.DisableSete(); } catch(ApplicationException ex) { throw; } Finally { obj = null; }
Thank you for posting at Dotnetfunda [Administrator]
try { } catch { } finally // optional { }
Regards, Raja, USA
Login to post response