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) }