Output Message details or Error details

image

when i double click Error message in output window, Message detail window pop ups and displays details like Filename timestamp and robot name.

can anyone help me to read these details and out into a variable.

In your Catch…
Put an Assign : str ErrorMsg = exception.tostring

Hi,
in this case i get only top error. Header… not details

Not sure about the other details, but i believe you can get the data within ‘message’ using exception.Message.ToString

Thanks,
Rammohan B.

Use the Get Environment Variable Activity in your Catch