public static void Main() { OleDbDataReader_Depth tc = new OleDbDataReader_Depth(); Exception exp = null; try { tc.BeginTest("OleDbDataReader_Depth"); tc.run(); } catch(Exception ex){exp = ex;} finally {tc.EndTest(exp);} }
public static void Main() { OleDbDataReader_Depth tc = new OleDbDataReader_Depth(); Exception exp = null; try { tc.BeginTest("OleDbDataReader_Depth"); tc.run(); } catch (Exception ex) { exp = ex; } finally { tc.EndTest(exp); } }