Index: AXimpl/Generator.cls.xml =================================================================== diff -u -r44527 -r48403 --- AXimpl/Generator.cls.xml (.../Generator.cls.xml) (revision 44527) +++ AXimpl/Generator.cls.xml (.../Generator.cls.xml) (revision 48403) @@ -108,7 +108,10 @@ do ..FileWriter.Close() } catch { - #dim Exception As AXimpl.NoConversionNeededException = ##class(TECH.ExceptionHandler).Catch("AXimpl.NoConversionNeededException") + #dim Exceptie As TECH.Exceptions.Exception = ##class(TECH.ExceptionHandler).Catch() + If $$$Not(Exceptie.%ClassName(1) = ##class(AXimpl.NoConversionNeededException).%ClassName(1)) { + Do ##class(vhLib.Logger).LogExceptie(Exceptie) + } } ]]>