mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:59:33 +02:00
rtl: add EArgumentException, EArgumentOutOfRangeException classes
git-svn-id: trunk@19182 -
This commit is contained in:
parent
b9009d8c02
commit
1553c8da7d
@ -199,6 +199,9 @@ type
|
||||
ENoWideStringSupport = Class(Exception);
|
||||
ENotImplemented = class(Exception);
|
||||
|
||||
EArgumentException = class(Exception);
|
||||
EArgumentOutOfRangeException = class(EArgumentException);
|
||||
|
||||
{ Exception handling routines }
|
||||
function ExceptObject: TObject;
|
||||
function ExceptAddr: Pointer;
|
||||
|
Loading…
Reference in New Issue
Block a user