On Mon, 28 Feb 2011, Michael Fuchs wrote:

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?

These exact exceptions are not defined. The SysUtils unit defines the most
standard exceptions, as well as the Classes unit.

Michael.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to