예제 #1
0
 /// <exception cref="System.Exception"></exception>
 public static void Main2(string[] args)
 {
     NeoDatis.Odb.Test.Btree.Odb.TestODBLazyBTree t = new NeoDatis.Odb.Test.Btree.Odb.TestODBLazyBTree
                                                          ();
     for (int i = 0; i < 1000; i++)
     {
         try
         {
             t.Test1a();
         }
         catch (System.Exception e)
         {
             System.Console.Out.WriteLine("ERROR On loop " + i);
             throw;
         }
     }
 }
예제 #2
0
		/// <exception cref="System.Exception"></exception>
		public static void Main2(string[] args)
		{
			NeoDatis.Odb.Test.Btree.Odb.TestODBLazyBTree t = new NeoDatis.Odb.Test.Btree.Odb.TestODBLazyBTree
				();
			for (int i = 0; i < 1000; i++)
			{
				try
				{
					t.Test1a();
				}
				catch (System.Exception e)
				{
					System.Console.Out.WriteLine("ERROR On loop " + i);
					throw;
				}
			}
		}