using System; delegate int E (); class X { public static T G () { throw new ArgumentException (); } static void Main () { E e2 = new E (G); } }