Explorar o código

rtl: add EArgumentException, EArgumentOutOfRangeException classes

git-svn-id: trunk@19182 -
paul %!s(int64=14) %!d(string=hai) anos
pai
achega
1553c8da7d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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;