rtl: add EArgumentException, EArgumentOutOfRangeException classes

git-svn-id: trunk@19182 -
This commit is contained in:
paul 2011-09-23 00:07:26 +00:00
parent b9009d8c02
commit 1553c8da7d

View File

@ -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;