mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 19:29:09 +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);
|
ENoWideStringSupport = Class(Exception);
|
||||||
ENotImplemented = class(Exception);
|
ENotImplemented = class(Exception);
|
||||||
|
|
||||||
|
EArgumentException = class(Exception);
|
||||||
|
EArgumentOutOfRangeException = class(EArgumentException);
|
||||||
|
|
||||||
{ Exception handling routines }
|
{ Exception handling routines }
|
||||||
function ExceptObject: TObject;
|
function ExceptObject: TObject;
|
||||||
function ExceptAddr: Pointer;
|
function ExceptAddr: Pointer;
|
||||||
|
Loading…
Reference in New Issue
Block a user