Hi, sorry for might be a dumb question.
Is there any difference between LastException.Message and LastException.Description?
I've an got an error message "Cannot Parse" and when it happened in try/catch was LastException.Message.
Do I need to replace it with LastException.Description or just with LastException.?
Because error text Cannot Parse doesn't tell me anything about what caused this error.
Thank you.
I accidentally put this question first into Code Snippets and don't know how to delete it from there.