Browse Source

rtl: add EArgumentException, EArgumentOutOfRangeException classes

git-svn-id: trunk@19182 -
paul 14 years ago
parent
commit
1553c8da7d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      rtl/objpas/sysutils/sysutilh.inc

+ 3 - 0
rtl/objpas/sysutils/sysutilh.inc

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