Sandman Expert Licensed User Longtime User Jun 8, 2018 #1 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?
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?
Erel B4X founder Staff member Licensed User Longtime User Jun 10, 2018 #2 It is not really the first line of the stack trace. The error message printed in the logs is made of the message and the stack trace. Upvote 0
It is not really the first line of the stack trace. The error message printed in the logs is made of the message and the stack trace.
Sandman Expert Licensed User Longtime User Jun 10, 2018 #3 Erel said: The error message printed in the logs is made of the message and the stack trace. Click to expand... 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
Erel said: The error message printed in the logs is made of the message and the stack trace. Click to expand... 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