Index: APPS/Halux/Opvolging/ProductieStap/TAOR/impl/ProductieAfkanter.cls.xml =================================================================== diff -u -r53425 -r53427 --- APPS/Halux/Opvolging/ProductieStap/TAOR/impl/ProductieAfkanter.cls.xml (.../ProductieAfkanter.cls.xml) (revision 53425) +++ APPS/Halux/Opvolging/ProductieStap/TAOR/impl/ProductieAfkanter.cls.xml (.../ProductieAfkanter.cls.xml) (revision 53427) @@ -60,7 +60,7 @@ } Catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() #dim Message As %String = "Fout productieafkanter, voeg toe productie stap voor APPS_Halux_Machine_Kantenband_data.BiesseHaluxArticles " - Set Message = Message + "met ID '" _rs.Data("ID") _"' en tijdstip '" _rs.Data("EndTime")_"'." + Set Message = Message _"met ID '" _rs.Data("ID") _"' en tijdstip '" _rs.Data("EndTime")_"'." Set NewException = ##class(TECH.Exceptions.GeneralErrorException).%New(Message) Do NewException.VoegToeInnerExceptie(Exception) Do ##class(TECH.ExceptionHandler).Throw(NewException)