This code does work, but it shows a warning buildmarker in Servoy 6: The property rhinoException is undefined in e
What is the correct notation for this in Servoy 6?
yes, that will be fixed in a next release of servoy.
now an exception object that you have in the catch(e) block will have 2 properties: name and message
jcompagner:
yes, that will be fixed in a next release of servoy.
Is it fixed in 6.0.1?
jcompagner:
now an exception object that you have in the catch(e) block will have 2 properties: name and message
I’m sorry, but this is not really clear for me. Would you please so kind to explain it a little bit more? How should be the type declaration for the catch(e)?