Thursday, March 25, 2004

Exception Handling in C#

using clause is used to do the exception handling,
and the class inside the using clause have to implement the IDisposable interface

No comments: