I\'m writing a custom class in C# and I\'m throwing a couple exceptions if people give the wrong inputs in some of the methods. If the exception is thrown, will any of the c
I recommend stepping through your program with a debugger then you'll see for yourself what is going on. Very useful for learning!