Index: APPS/Halux/Afmelden/ProductieAfmeldenService.cls.xml =================================================================== diff -u -r29059 -r36941 --- APPS/Halux/Afmelden/ProductieAfmeldenService.cls.xml (.../ProductieAfmeldenService.cls.xml) (revision 29059) +++ APPS/Halux/Afmelden/ProductieAfmeldenService.cls.xml (.../ProductieAfmeldenService.cls.xml) (revision 36941) @@ -80,7 +80,7 @@ Set ProductieAfmeldenAPI = ##class(APPS.Halux.Afmelden.ProductieAfmeldenAPI).%New() #dim ProductGroep As APPS.Halux.Afmelden.ProductGroep = ProductieAfmeldenAPI.MaakNieuwProductGroep(..#ReceptieGroep) Set AfmeldenResultaat = ..MeldProductAfOpDragerInProductGroep(ProductID,AantalProducten,DragerID,ProductGroep.GeefID(),GegevenBevestigingen) - }Catch E{ + } Catch { #dim Exceptie As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() Do OperatieScope.Gefaald() Do ##class(TECH.ExceptionHandler).Rethrow(Exceptie) @@ -134,7 +134,7 @@ Set AfmeldenResultaat.HaluxToeleveringData = DataService.GeefToeleveringData(ToeleveringID) Set AfmeldenResultaat.AantalProductenNogAfTeMeldenVoorToelevering = ##class(APPS.Halux.Afmelden.ProductieAfmeldenHelper).GeefAantalProductenNogAfTeMeldenVoorToelevering(ToeleveringID) } - }Catch E{ + } Catch { #dim Exceptie As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() Do OperatieScope.Gefaald() Do ##class(TECH.ExceptionHandler).Rethrow(Exceptie)