using System; public class Test { public static void Main() { object o = (short)42; int i = (int)o; Console.WriteLine("{0}", i); } }
Standard input is empty
Standard output is empty
Unhandled Exception: System.InvalidCastException: Cannot cast from source type to destination type. at Test.Main () [0x00000] in <filename unknown>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.InvalidCastException: Cannot cast from source type to destination type. at Test.Main () [0x00000] in <filename unknown>:0