Android Question [SOLVED] Is Error.Message always same as first line in StackTrace?

Sandman

Expert
Licensed User
Longtime User
As far as I can tell, Error.Message is always the first line of the StackTrace. Is that always true or can they be different?
 

Sandman

Expert
Licensed User
Longtime User
The error message printed in the logs is made of the message and the stack trace.

Ok... But looking at the input here, it seems to be that Error.Message is same as first line of StackTrace. Is that not always true either?

B4X:
Sub Application_Error (Error As Exception, StackTrace As String) As Boolean
End Sub
 
Upvote 0
Top