XS0726 while cheking the detail of an exception
Posted: Mon Nov 06, 2023 12:15 pm
Hi all,
I'm getting an exception - that I still don't fully understand - and when I want to open the details, I got an XS0726 I don't know which Arithmetic operation resuslts in an overflow.
If I evaluate in the immediat window, it seems fine :
Also, I don't know why it's not catched by the global app exception handler:
I do have the exception reporting in Sentry though
Any clues?
Regards.
I'm getting an exception - that I still don't fully understand - and when I want to open the details, I got an XS0726 I don't know which Arithmetic operation resuslts in an overflow.
If I evaluate in the immediat window, it seems fine :
Code: Select all
nCode == -DTN_DATETIMECHANGE .AND. ! SELF:ReadOnly
FALSE
Code: Select all
TRY
Sentry.SentrySdk.Init(sentryOptions)
oXApp := XApp{}
oXApp:Start()
CATCH oException AS Exception
Sentry.SentrySdk.CaptureException(oException)
ErrorDialog(oException)
END TRY
Any clues?
Regards.