Index: APPS/EC/UNI/SFS/impl/OrderServiceInternal.cls.xml =================================================================== diff -u -r35707 -r35710 --- APPS/EC/UNI/SFS/impl/OrderServiceInternal.cls.xml (.../OrderServiceInternal.cls.xml) (revision 35707) +++ APPS/EC/UNI/SFS/impl/OrderServiceInternal.cls.xml (.../OrderServiceInternal.cls.xml) (revision 35710) @@ -118,7 +118,7 @@ }Catch { #dim Exception As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch("TECH.Exceptions.InvalidInputException") Set NewException = ##class(TECH.Exceptions.InvalidInputException).%New("Invalid EDI number ("_EDInr_").") - Do NewException.VoegToeInnerExceptie(NewException) + Do NewException.VoegToeInnerExceptie(Exception) Do ##class(TECH.ExceptionHandler).Rethrow(NewException) } Quit OfferteVanHandel