Search results for query: *

  • Users: MontanaMan
  • Content: Threads
  • Order by date
  1. M

    How to get the exact location of an exception in C#, as can be done in VB.net?

    The test system: -Windows 10 -VS2022 -C# -.Net Framework 4.8 -WinForms What I'm Trying to Accomplish: We are trying to build an error reporting system in C# that will give the exact line number that throws an exception. It needs to work with the compiled release .exe file. It is easy to do...
  2. M

    How to create a blank class object that receives data of changing structure?

    Hello: I'm downloading APIs and deserializing their JSON content into an object. The JSON structure varies dramatically from day to day. It also has arrays[] of information. So I need an object that can accept varying data structures. This works: var MyObject =...
Back
Top Bottom