[fpc-pascal] Standard exceptions

michael.vancanneyt at wisa.be michael.vancanneyt at wisa.be
Mon Feb 28 15:47:49 CET 2011



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.



More information about the fpc-pascal mailing list