Beispiel #1
0
        public static bool testMethod()
        {
            ExprefTestClass_class_inter_exc_C1 thebase = new ExprefTestClass_class_inter_exc_C2();

            try
            {
                ExprefTestClass_class_inter_exc_I2 i2 = (ExprefTestClass_class_inter_exc_I2)thebase;
                i2.j();
            }
            catch (System.Exception e)
            {
                //Old Print
            }
            return(true);
        }
	    public static bool testMethod() 
	    {
			ExprefTestClass_class_inter_exc_C1	thebase = new ExprefTestClass_class_inter_exc_C2();
			try
			{
				ExprefTestClass_class_inter_exc_I2	i2 = (ExprefTestClass_class_inter_exc_I2) thebase;
				i2.j();
			}
			catch (System.Exception e)
			{
				//Old Print
			}
            return true;
	    }