浏览代码

rtl: add EArgumentException, EArgumentOutOfRangeException classes

git-svn-id: trunk@19182 -
paul 14 年之前
父节点
当前提交
1553c8da7d
共有 1 个文件被更改,包括 3 次插入0 次删除
  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;