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