Quite sometime I was researching spurious exceptions in a Delphi application, then finally replicated them in a
unit test suite. One of them was occurring almost all of the time: EInvalidOp. It is one of the floating point exceptions (incidentally exampled at [WayBack] Exceptions: Declaring
Exception Types) all inheriting from the [WayBack] EMathError Class: EMathError […]
Weiterlesen...