Question: I kept getting this error:System.NotImplementedException was unhandled private void display() { throw new NotImplementedException(); } HResult=-2147467263 Message=The method or operation is not implemented. Source=DemoScouts.cs StackTrace:
I kept getting this error:System.NotImplementedException was unhandled
private void display() { throw new NotImplementedException(); }
HResult=-2147467263 Message=The method or operation is not implemented. Source=DemoScouts.cs StackTrace: at GirlsScout.GirlScout.display() in C:\Users\akeene\Documents\Visual Studio 2015\Projects\DemoScouts.cs\DemoScouts.cs\Program.cs:line 167 at GirlsScout.GirlScout.Main(String[] args) in C:\Users\akeene\Documents\Visual Studio 2015\Projects\DemoScouts.cs\DemoScouts.cs\Program.cs:line 141 at System.AppDomain._nExecuteAssembly(RuntimeAssembly assembly, String[] args) at System.AppDomain.ExecuteAssembly(String assemblyFile, Evidence assemblySecurity, String[] args) at Microsoft.VisualStudio.HostingProcess.HostProc.RunUsersAssembly() at System.Threading.ThreadHelper.ThreadStart_Context(Object state) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ThreadHelper.ThreadStart() InnerException:
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
