Пример #1
0
    public static bool testMethod()
    {
        ExprefTestClass_inter_class_exc_I1 inter = new ExprefTestClass_inter_class_exc_C1();

        try
        {
            ExprefTestClass_inter_class_exc_C2 c2 = (ExprefTestClass_inter_class_exc_C2)inter;
        }
        catch (System.Exception e)
        {
            //Old Print
        }
        return(true);
    }
Пример #2
0
	    public static bool testMethod() 
	    {
			ExprefTestClass_inter_class_exc_I1	inter = new ExprefTestClass_inter_class_exc_C1();
			try
			{
				ExprefTestClass_inter_class_exc_C2	c2 = (ExprefTestClass_inter_class_exc_C2) inter;
			}
			catch (System.Exception e)
			{
				//Old Print
			}
            return true;
	    }