You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unhandled exception. System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation.
---> System.TypeInitializationException: The type initializer for 'vb.C1' threw an exception.
---> System.NullReferenceException: Object reference not set to an instance of an object.
at System.RuntimeTypeHandle.GetRuntimeTypeFromHandle(IntPtr handle)
at vb.C1.set_a(C1 WithEventsValue)
at vb.C1..cctor() in /Users/andy/Downloads/repro 2/vb/Program.vb:line 2
--- End of inner exception stack trace ---
at vb.C1.get_a()
at vb.C1.Main() in /Users/andy/Downloads/repro 2/vb/Program.vb:line 5
at System.Reflection.MethodBaseInvoker.InterpretedInvoke_Method(Object obj, IntPtr* args)
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
--- End of inner exception stack trace ---
at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at Program.<Main>$(String[] args) in /Users/andy/Downloads/repro 2/cs/Program.cs:line 7