Index: TECH/Context/RuntimeContext.cls.xml =================================================================== diff -u -r925 -r940 --- TECH/Context/RuntimeContext.cls.xml (.../RuntimeContext.cls.xml) (revision 925) +++ TECH/Context/RuntimeContext.cls.xml (.../RuntimeContext.cls.xml) (revision 940) @@ -126,6 +126,7 @@ if '$length(PersonalityID) set PersonalityID = $get(^||RuntimeContext("PersonalityID")) if '$length(PersonalityID) { set Exception = ##class(TECH.Exceptions.GeneralErrorException).%New("Personality is niet opgezet.") + Do ##class(vhLib.Logger).%New().Error(Exception.GeefOmschrijving(),$$GetStackToString^vhLib()) do ##class(TECH.ExceptionHandler).Throw(Exception) } quit PersonalityID