Forum Discussion

North-E's avatar
North-E
Occasional Contributor
15 years ago

Exception object's properties

Hi, everybody! I use "try...catch" construction for catching exceptions in my tests. For example: try { ... } catch(e) { Log.Error(e.description); } I can get...