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