Index: TECH/DynamicIterator.cls.xml =================================================================== diff -u -r2531 -r2589 --- TECH/DynamicIterator.cls.xml (.../DynamicIterator.cls.xml) (revision 2531) +++ TECH/DynamicIterator.cls.xml (.../DynamicIterator.cls.xml) (revision 2589) @@ -118,7 +118,7 @@ #dim ExceptionMessage As TECH.String = ..%ClassName(1) _ ": Geen volgend item meer, einde van lijst is bereikt." #dim ExceptionCode As TECH.enu.ExceptionCode = ##class(TECH.enu.ExceptionCode).GeneralError() - do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.BaseException).%New(ExceptionCode, ExceptionMessage)) + Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.BaseException).%New(ExceptionCode, ExceptionMessage)) ]]>