System.Exception: Exception occurred in Method3 ---> System.FormatException: Input string was not in
a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFor
matInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at Tester.Method3()
--- End of inner exception stack trace ---
at Tester.Method3()
at Tester.Main()
Exception occurred in Method3
at Tester.Method3()
at Tester.Main()
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFor
matInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at Tester.Method3() |