Index: TECH/Exceptions/Exception.cls.xml =================================================================== diff -u -r832 -r896 --- TECH/Exceptions/Exception.cls.xml (.../Exception.cls.xml) (revision 832) +++ TECH/Exceptions/Exception.cls.xml (.../Exception.cls.xml) (revision 896) @@ -37,6 +37,11 @@ 1 + +%String +list + + 1 1 @@ -86,10 +91,11 @@ %String 0 TekstStream.WriteLine(Prefix_"Extra info:"_$$$TAB_##class(TECH.ListUtils).ListToPieces(..ExtraInfo,$$$CRLF)) + Do TekstStream.WriteLine(Prefix_"ErrorCode: "_$$$TAB_..GeefExceptionCode()) Do:$length(..GeefTekstOpLijn()) TekstStream.WriteLine(Prefix_..GeefTekstOpLijn()) - Do TekstStream.WriteLine(Prefix_"Tijdstip: "_$C(9)_..GeefTijdstip()) + Do TekstStream.WriteLine(Prefix_"Tijdstip: "_$$$TAB_..GeefTijdstip()) #dim ErrorListIterator As TECH.ListIterator = ##class(TECH.ListIterator).%New(..InnerExceptions) While ErrorListIterator.HasNext() { #dim InnerException As TECH.Exceptions.Exception = ErrorListIterator.Next() @@ -190,6 +196,12 @@ 1 %String + + +ExtraInfo:%String="" + +