Re: Try/Catch
- Posted by ghaberek (admin) Feb 13, 2015
- 4358 views
ryanj said...
I vote yes for try/catch.
Second.
ryanj said...
Just one question: what would the value of e returned by catch e be exactly?
Probably (hopefully?) a sequence containing an error message, maybe an error code (do we have standard error codes?) and stack trace leading up to the error.
Something with similar details to the .NET or Java exception class would be helpful. Possibly even with an "inner" exception object.
-Greg