iOS Question LastException.Message vs LastException.Description

Alex_197

Well-Known Member
Licensed User
Longtime User
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.
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
1672726565935.png


Use Message.
 
Upvote 0
Top