Index: TECH/ListUtils.cls.xml =================================================================== diff -u -r1133 -r1508 --- TECH/ListUtils.cls.xml (.../ListUtils.cls.xml) (revision 1133) +++ TECH/ListUtils.cls.xml (.../ListUtils.cls.xml) (revision 1508) @@ -67,6 +67,22 @@ ]]> + +1 +sourceList:%ListOfDataTypes,targetList:%ListOfDataTypes +%ListOfDataTypes + + + 1 Index: TECH/OperatieScope.cls.xml =================================================================== diff -u -r1434 -r1508 --- TECH/OperatieScope.cls.xml (.../OperatieScope.cls.xml) (revision 1434) +++ TECH/OperatieScope.cls.xml (.../OperatieScope.cls.xml) (revision 1508) @@ -156,7 +156,7 @@ { If ('$IsObject(Exception)) { - Set Exception = ##class(TECH.Exceptions.BaseException).%New(##class(TECH.enu.ExceptionCode).GeneralError,Exception) + Set Exception = ##class(TECH.Exceptions.BaseException).%New(##class(TECH.enu.ExceptionCode).GeneralError(),Exception) } Do ##class(TECH.ExceptionHandler).Throw(Exception) } Index: TECH/ListIterator.cls.xml =================================================================== diff -u -r1074 -r1508 --- TECH/ListIterator.cls.xml (.../ListIterator.cls.xml) (revision 1074) +++ TECH/ListIterator.cls.xml (.../ListIterator.cls.xml) (revision 1508) @@ -54,11 +54,17 @@ Causes an error if HasNext() returns false %CacheString