Sandman Well-Known Member Licensed 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 Administrator Staff member Licensed 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.
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 Well-Known Member Licensed 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
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