Forum Discussion

gus's avatar
gus
Contributor
9 years ago
Solved

Can't access exception properties shown in Locals

I've came across this strange situation: I catch an exception to write its details to a log entry, but in the log entry I can see undefined instead of the attribute values expected and shown in the L...
  • HKosova's avatar
    9 years ago

     JScript is case-sensitive:

    x.Name --> x.name

    x.Message --> x.message