public static int Main()
 {
     IndexOutOfRangeExceptionctor3 indexOutOfRangeExceptionctor3 = new IndexOutOfRangeExceptionctor3();
     TestLibrary.TestFramework.BeginTestCase("IndexOutOfRangeExceptionctor3");
     if (indexOutOfRangeExceptionctor3.RunTests())
     {
         TestLibrary.TestFramework.EndTestCase();
         TestLibrary.TestFramework.LogInformation("PASS");
         return 100;
     }
     else
     {
         TestLibrary.TestFramework.EndTestCase();
         TestLibrary.TestFramework.LogInformation("FAIL");
         return 0;
     }
 }
    public static int Main()
    {
        IndexOutOfRangeExceptionctor3 indexOutOfRangeExceptionctor3 = new IndexOutOfRangeExceptionctor3();

        TestLibrary.TestFramework.BeginTestCase("IndexOutOfRangeExceptionctor3");
        if (indexOutOfRangeExceptionctor3.RunTests())
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("PASS");
            return(100);
        }
        else
        {
            TestLibrary.TestFramework.EndTestCase();
            TestLibrary.TestFramework.LogInformation("FAIL");
            return(0);
        }
    }