type TErrorObject = class
RangeChecking
directive defined. If defined, exceptions will be raised in situations of possible memory corruption, i.e. indexes out of bounds or nil pointers being passed and so on. If rjExCont is compiled without the RangeChecking directive, TErrorObject
will not be available and all ExContainers will instead descend from TObject. No exceptions will be raised.
None.
![]() |
class procedure Error(const Msg: AnsiString; const Args: array of const); |
class procedure Error(const Msg: AnsiString; const Args: array of const); |
Raises an Exception with Msg formated by Data.
None.