Recent

Author Topic: Raising an exception within a constructor after using self?  (Read 2739 times)

PascalDragon

  • Hero Member
  • *****
  • Posts: 6235
  • Compiler Developer
Re: Raising an exception within a constructor after using self?
« Reply #30 on: November 06, 2025, 08:29:26 pm »
Furthermore, exceptions are thrown by the compiler (RTL?) even during division by zero, floating-point operations, and some other "basic" operations.

The language level exception is a reaction to a RTL level run error which in turn is a reaction to an exception triggered by the CPU and passed to the program by the OS.

 

TinyPortal © 2005-2018