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...
Hi all.
I just did a simple test - if I put my code into Try/Catch LastException shows me an error description but doesn't show a line number wher the error happens.
If I run my code without Try/Catch it shows (in red in the log) exact line number, error description but the app crashes.
My...
hi all
i want to create button to when person click it, my program send all error of my application to my server. waht should i do?
if i use 'LastException' it give me all error or no? what should i coding?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.