Index: TECH/File/FileWriter.cls.xml =================================================================== diff -u -r2223 -r2787 --- TECH/File/FileWriter.cls.xml (.../FileWriter.cls.xml) (revision 2223) +++ TECH/File/FileWriter.cls.xml (.../FileWriter.cls.xml) (revision 2787) @@ -83,7 +83,7 @@ /// Close stream Set Status = ..FileCharacterStream.%Close() If ($$$ISERR(Status)){ - Set Exception = ##class(TECH.Exceptions.FileException).%New("Bestand kon niet worden gesloten '"_Filename_"'",Status) + Set Exception = ##class(TECH.Exceptions.FileException).%New("Bestand kon niet worden gesloten '"_Filename_"' (Doelbestand :"_..Bestand_")",Status) Do ##class(TECH.ExceptionHandler).Throw(Exception) }