Am 28.02.2011 13:51, schrieb Michael Fuchs:
Hello,

while porting software from .NET to FreePascal I am looking for some
exceptions for recurrent errors. For example:

ArgumentException, ArgumentNullException, ArgumentOutOfRangeException

Is there a unit which defines those exceptions?

As far as I'm aware of: There are none.

There is ERangeError though (in SysUtils), but that's not an equivalent for ArgumentOutOfRangeException (I suppose that inherits from ArgumentException?).

Regards,
Sven
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to