nebula
✅ Issue with try/catch block
Okay I think I was confused by how the debugger works. I am new to VS. Anyways this is going to sound stupid but it seems to work now even though I haven't changed that code since I posted it. It's not breaking on me throwing any exceptions now. They're handled, and I believed they were handled when I posted this thread. Now the debugger isnt saying anything.
16 replies
✅ Issue with try/catch block
Continuing execution at that point just ended the debug session. Launching without debugging led to the UI not even opening. I say its not catching it because the errors visual studio are showing me via the debug say that its unhandled by the user, but im running it in a catch block and its...not catching it apparently. I did make sure the exception class was correct
16 replies
Learning C#! Looking for a "conventional" way to accomplish persistent network connections.
Okay, so I should focus on getting the hang of how a WinUI app really works before stressing about this too much. I'd like to start by getting these objects i am deserializing into a list of UI elements.
10 replies