Hi all, I am using try / catch in an expression to handling errors in this way: try{...}catch(e){...} is "e" an object or a string ? Can I use the following sentence? entity.Attributes["Description"].value = e;
↧