Index: TECH/XMLCorrelater.cls.xml =================================================================== diff -u -r1447 -r1454 --- TECH/XMLCorrelater.cls.xml (.../XMLCorrelater.cls.xml) (revision 1447) +++ TECH/XMLCorrelater.cls.xml (.../XMLCorrelater.cls.xml) (revision 1454) @@ -18,7 +18,7 @@ Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.GeneralErrorException).%New("Kon bestand '"_BestandNaam_"' niet correlaten naar object van het type '"_ObjectKlasseNaam_"'."_$C(13,10)_$$ParseStatus^vhLib(sc))) } }Else{ - Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.GeneralErrorException).%New("Kon bestand '"_BestandNaam_"' niet openen als XML."_$C(13,10)_$$ParseStatus^vhLib(sc))) + Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.GeneralErrorException).%New("Kon bestand '"_BestandNaam_"' niet openen als XML."_$C(13,10)_$$ParseStatus^vhLib(Status))) } Do XMLReader.Close() Set XMLReader = ""