Index: TECH/Exceptions/Exception.cls.xml =================================================================== diff -u -r3169 -r3237 --- TECH/Exceptions/Exception.cls.xml (.../Exception.cls.xml) (revision 3169) +++ TECH/Exceptions/Exception.cls.xml (.../Exception.cls.xml) (revision 3237) @@ -118,7 +118,7 @@ #dim Stream As %GlobalCharacterStream = ##class(%GlobalCharacterStream).%New() Do Stream.WriteLine(Prefix_"Omschrijving: "_$$$TAB_..GeefOmschrijving()) - If ($$$ISERR($get(%objlasterror)) && $$$Not($get(%objlasterror) = "")) { + If ($$$ISERR($get(%objlasterror)) && $$$Not($get(%objlasterror) = "")) && (..InnerExceptions.Count()=0) { Do Stream.WriteLine("objlasterror : "_$$ParseStatus^vhLib(%objlasterror)) }