I have a class and a method within that class. However this class method returns a string. When I call the class method I don\'t get an error even though I\'m not catching
If your function has side effects then your should create unused variable and catch value. Compiler on release options delete this variable.
But if you don't have side effects in function: you may use visual studio tools such as "Watch window" and "Immediate window"