[fpc-pascal] Standard exceptions
Marcos Douglas
md at delfire.net
Mon Feb 28 14:04:30 CET 2011
On Mon, Feb 28, 2011 at 9:51 AM, Michael Fuchs
<freepascal at ypa-software.de> 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?
I never heard anybody said do this conversion...
Well, do not exists these Classes in FPC. Not exists a place for all
Exception classes but the first classe to exceptions is declared in
SysUtils unit.
Marcos Douglas
More information about the fpc-pascal
mailing list